CLI utility for Status Board
$ npx status-board-cli COMMAND
running command...
To install
$ npm install -g status-board-cli
$ status-board COMMAND
running command...
$ status-board (-v|--version|version)
status-board-cli/0.0.0 darwin-x64 node-v8.11.1
$ status-board --help [COMMAND]
USAGE
$ status-board COMMAND
...
status-board generate [FILE]
status-board help [COMMAND]
status-board install [FILE]
status-board list [FILE]
status-board new [FILE]
status-board start [FILE]
describe the command here
USAGE
$ status-board generate [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/generate.ts
display help for status-board
USAGE
$ status-board help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
describe the command here
USAGE
$ status-board install [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/install.ts
describe the command here
USAGE
$ status-board list [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/list.ts
describe the command here
USAGE
$ status-board new [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/new.ts
describe the command here
USAGE
$ status-board start [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/start.ts