$ 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
...
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
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
stop task
USAGE
$ taskcli stop
OPTIONS
-t, --taskid=taskid task id to stop
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/stop.js
submit task
USAGE
$ taskcli submit
OPTIONS
-f, --filename=filename file to submit
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/submit.js
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