0.4.7 • Published 4 years ago
tellustek-cli v0.4.7
tellustek-cli
蓋婭科技專案建立工具
Usage
$ npm install -g tellustek-cli
$ tellustek-cli COMMAND
running command...
$ tellustek-cli (-v|--version|version)
tellustek-cli/0.4.7 darwin-x64 node-v12.13.0
$ tellustek-cli --help [COMMAND]
USAGE
$ tellustek-cli COMMAND
...
Commands
tellustek-cli admin
tellustek-cli create
tellustek-cli delete
tellustek-cli help [COMMAND]
tellustek-cli init
tellustek-cli list
tellustek-cli start
tellustek-cli stop
tellustek-cli admin
Describe the command here
Describe the command here
...
Extra documentation goes here
USAGE
$ tellustek-cli admin
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/admin.js
tellustek-cli create
建立專案
建立專案
...
Extra documentation goes here
USAGE
$ tellustek-cli create
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/create.js
tellustek-cli delete
刪除指定的專案資料
刪除指定的專案資料
...
Extra documentation goes here
USAGE
$ tellustek-cli delete
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/delete.js
tellustek-cli help [COMMAND]
display help for tellustek-cli
display help for <%= config.bin %>
USAGE
$ tellustek-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
tellustek-cli init
進行cli tool初始化
進行cli tool初始化
...
Extra documentation goes here
USAGE
$ tellustek-cli init
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/init.js
tellustek-cli list
顯示專案列表
顯示專案列表
...
Extra documentation goes here
USAGE
$ tellustek-cli list
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/list.js
tellustek-cli start
開始執行指定專案
開始執行指定專案
USAGE
$ tellustek-cli start
See code: src/commands/start.js
tellustek-cli stop
停止執行指定專案
停止執行指定專案
USAGE
$ tellustek-cli stop
See code: src/commands/stop.js