Jinpeiqi / taskcli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taskcli

oclif Version Downloads/week License

Usage

$ npm install -g expr-taskcli
$ taskcli COMMAND
running command...
$ taskcli (-v|--version|version)
expr-taskcli/0.2.7 darwin-x64 node-v14.7.0
$ taskcli --help [COMMAND]
USAGE
  $ taskcli COMMAND
...

Commands

taskcli help [COMMAND]

display help for taskcli

USAGE
  $ taskcli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

taskcli run

run task

USAGE
  $ taskcli run

OPTIONS
  -d, --background     run in background
  -t, --taskid=taskid  task id to run

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/run.js

taskcli stop

stop task

USAGE
  $ taskcli stop

OPTIONS
  -t, --taskid=taskid  task id to stop

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/stop.js

taskcli submit

submit task

USAGE
  $ taskcli submit

OPTIONS
  -f, --filename=filename  file to submit

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/submit.js

taskcli update

update task

USAGE
  $ taskcli update

OPTIONS
  -f, --filename=filename  file to submit
  -t, --taskid=taskid      task id to update

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/update.js

About


Languages

Language:JavaScript 99.8%Language:Batchfile 0.2%