autotask-cli ============
npm install autotask-cliautotask-cli
============




sh-session
$ npm install -g autotask-cli
$ autotask-cli COMMAND
running command...
$ autotask-cli (-v|--version|version)
autotask-cli/0.0.0 linux-x64 node-v11.1.0
$ autotask-cli --help [COMMAND]
USAGE
$ autotask-cli COMMAND
...
`
Commands
* [autotask-cli bulk [FILE]](#autotask-cli-bulk-file)
* [autotask-cli hello [FILE]](#autotask-cli-hello-file)
* [autotask-cli help [COMMAND]](#autotask-cli-help-command)
* [autotask-cli ticket [FILE]](#autotask-cli-ticket-file)autotask-cli bulk [FILE]describe the command here
`
USAGE
$ autotask-cli bulk [FILE]OPTIONS
-b, --bulkActionsFile=bulkActionsFile (required) Bulk Actions File
-f, --force
-h, --help show CLI help
-n, --name=name name to print
`_See code: src/commands/bulk.ts_
autotask-cli hello [FILE]describe the command here
`
USAGE
$ autotask-cli hello [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ autotask-cli hello
hello world from ./src/hello.ts!
`_See code: src/commands/hello.ts_
autotask-cli help [COMMAND]display help for autotask-cli
`
USAGE
$ autotask-cli help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
autotask-cli ticket [FILE]describe the command here
`
USAGE
$ autotask-cli ticket [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
``_See code: src/commands/ticket.ts_