https://github.com/tuture-dev/cli
Command line tool for Tuture.
https://github.com/tuture-dev/cli
cli git yaml
Last synced: about 1 month ago
JSON representation
Command line tool for Tuture.
- Host: GitHub
- URL: https://github.com/tuture-dev/cli
- Owner: tuture-dev
- License: mit
- Archived: true
- Created: 2018-05-13T14:37:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T08:10:34.000Z (about 7 years ago)
- Last Synced: 2025-09-05T17:57:51.248Z (3 months ago)
- Topics: cli, git, yaml
- Language: TypeScript
- Homepage:
- Size: 1.73 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tuture
[](https://travis-ci.com/tutureproject/cli)
[](https://ci.appveyor.com/project/mRcfps/tuture)
Command-line tool (CLI) for Tuture project.
## Commands
### Base command
```
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
```
### `tuture init`
```
Initialize a tuture tutorial
USAGE
$ tuture init
OPTIONS
-h, --help show CLI help
-y, --yes do not ask for prompts
```
### `tuture up`
```
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
```
### `tuture reload`
```
Sync tuture files with current repo
USAGE
$ tuture reload
```
### `tuture destroy`
```
Delete all tuture files
USAGE
$ tuture destroy
OPTIONS
-f, --force destroy without confirmation
-h, --help show CLI help
```
### `tuture login`
```
Login to tuture account
USAGE
$ tuture login
OPTIONS
-h, --help show CLI help
```
### `tuture publish`
```
Publish tutorial to tuture.co
USAGE
$ tuture publish
OPTIONS
-h, --help show CLI help
```
## License
[MIT](LICENSE).