Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuture-dev/cli
Command line tool for Tuture.
https://github.com/tuture-dev/cli
cli git yaml
Last synced: 20 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T08:10:34.000Z (over 6 years ago)
- Last Synced: 2025-01-08T07:42:41.731Z (about 1 month ago)
- Topics: cli, git, yaml
- Language: TypeScript
- Homepage:
- Size: 1.73 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tuture
[![Build Status](https://travis-ci.com/tutureproject/cli.svg?branch=master)](https://travis-ci.com/tutureproject/cli)
[![Build status](https://ci.appveyor.com/api/projects/status/j1l7dkyhhyxfjdyr?svg=true)](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.2USAGE
$ 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 tutorialUSAGE
$ tuture initOPTIONS
-h, --help show CLI help
-y, --yes do not ask for prompts
```### `tuture up`
```
Render and edit tutorial in browserUSAGE
$ tuture upOPTIONS
-h, --help show CLI help
-p, --port=port which port to use for tutorial server
```### `tuture reload`
```
Sync tuture files with current repoUSAGE
$ tuture reload
```### `tuture destroy`
```
Delete all tuture filesUSAGE
$ tuture destroyOPTIONS
-f, --force destroy without confirmation
-h, --help show CLI help
```### `tuture login`
```
Login to tuture accountUSAGE
$ tuture loginOPTIONS
-h, --help show CLI help
```### `tuture publish`
```
Publish tutorial to tuture.coUSAGE
$ tuture publishOPTIONS
-h, --help show CLI help
```## License
[MIT](LICENSE).