0.0.2 • Published 4 years ago

@happyfresh/cloudtester v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

cloudtester

oclif Version Downloads/week License

Usage

$ npm install -g @happyfresh/cloudtester
$ cloudtester COMMAND
running command...
$ cloudtester (-v|--version|version)
@happyfresh/cloudtester/0.0.2 linux-x64 node-v14.10.1
$ cloudtester --help [COMMAND]
USAGE
  $ cloudtester COMMAND
...

Commands

cloudtester help [COMMAND]

display help for cloudtester

USAGE
  $ cloudtester help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cloudtester task-kill

describe the command here

USAGE
  $ cloudtester task-kill

OPTIONS
  -h, --help                 show CLI help
  -l, --logLevel=info|debug  set the log level

EXAMPLE
  $ cloudtester begin
  hello world from ./src/hello.ts!

See code: src/commands/task-kill.ts