Skip to content

status-board/status-board-cli

Repository files navigation

status-board-cli

CLI utility for Status Board

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ 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
...

Commands

status-board generate [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

status-board help [COMMAND]

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

status-board install [FILE]

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

status-board list [FILE]

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

status-board new [FILE]

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

status-board start [FILE]

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