Command-line tool (CLI) for Tuture project.
Command-line tool for Tuture.
VERSION
tuture-cli/0.4.4 darwin-x64 node-v8.11.2
USAGE
$ tuture [COMMAND]
COMMANDS
destroy Delete all tuture files
help display help for tuture
init Initialize a tuture tutorial
reload Sync tuture files with current repo
up Render and edit tutorial in browser
Initialize a tuture tutorial
USAGE
$ tuture init
OPTIONS
-h, --help show CLI help
-y, --yes do not ask for prompts
Render and edit tutorial in browser
USAGE
$ tuture up
OPTIONS
-h, --help show CLI help
-p, --port=port which port to use for tutorial server
Sync tuture files with current repo
USAGE
$ tuture reload
Delete all tuture files
USAGE
$ tuture destroy
OPTIONS
-f, --force destroy without confirmation
-h, --help show CLI help
Login to tuture account
USAGE
$ tuture login
OPTIONS
-h, --help show CLI help
Publish tutorial to tuture.co
USAGE
$ tuture publish
OPTIONS
-h, --help show CLI help
MIT.