0.0.2 • Published 3 years ago

stager-cli v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

stagor-cli

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g stager-cli
$ stager COMMAND
running command...
$ stager (-v|--version|version)
stager-cli/0.0.2 darwin-x64 node-v12.9.1
$ stager --help [COMMAND]
USAGE
  $ stager COMMAND
...

Commands

stager deploy

Deploy

USAGE
  $ stager deploy

See code: src/commands/deploy.ts

stager hello [FILE]

describe the command here

USAGE
  $ stager hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLES
  $ stagor hello
  $ stagor hello 2

See code: src/commands/hello.ts

stager help [COMMAND]

display help for stager

USAGE
  $ stager help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

stager init-token [FILE]

Init CircleCI Token

USAGE
  $ stager init-token [FILE]

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ stagor init-token
  $ stagor hello 2

See code: src/commands/init-token.ts

stager whoami

Check circle ci logged in user

USAGE
  $ stager whoami

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ stagor init-token
  $ stagor hello 2

See code: src/commands/whoami.ts