CLI Documentation
Install Tedo CLI
npm install -g tedocli
Output to stdout
tedocli compute -s ${username}/${tedoSlug}
.
You will be prompted to insert a value for name
Output to a file
tedocli compute -s ${username}/${tedoSlug} -o filename.html
npm install -g tedocli
tedocli compute -s ${username}/${tedoSlug}
.
You will be prompted to insert a value for name
tedocli compute -s ${username}/${tedoSlug} -o filename.html