$ npm install -g expr-taskcli
$ etl COMMAND
running command...
$ etl (-v|--version|version)
expr-taskcli/0.7.8 darwin-x64 node-v14.15.0
$ etl --help [COMMAND]
USAGE
$ etl COMMAND
...
etl datasource:info ACTION NAME [SCHEMA] [TABLE]
etl datasource:list
etl env:info
etl function:list
etl help [COMMAND]
etl task:delete TASKID
etl task:info TASKID
etl task:list
etl task:run TASKID
etl task:stop TASKID
etl task:submit FILENAME
etl task:update TASKID FILENAME
etl taskgroup:list
etl taskgroup:new GROUPNAME
USAGE
$ etl datasource:info ACTION NAME [SCHEMA] [TABLE]
See code: src/commands/datasource/info.js
USAGE
$ etl datasource:list
See code: src/commands/datasource/list.js
USAGE
$ etl env:info
See code: src/commands/env/info.js
USAGE
$ etl function:list
See code: src/commands/function/list.js
USAGE
$ etl help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
USAGE
$ etl task:delete TASKID
See code: src/commands/task/delete.js
USAGE
$ etl task:info TASKID
See code: src/commands/task/info.js
USAGE
$ etl task:list
See code: src/commands/task/list.js
USAGE
$ etl task:run TASKID
See code: src/commands/task/run.js
USAGE
$ etl task:stop TASKID
See code: src/commands/task/stop.js
USAGE
$ etl task:submit FILENAME
See code: src/commands/task/submit.js
USAGE
$ etl task:update TASKID FILENAME
See code: src/commands/task/update.js
USAGE
$ etl taskgroup:list
See code: src/commands/taskgroup/list.js
USAGE
$ etl taskgroup:new GROUPNAME
See code: src/commands/taskgroup/new.js