0.0.0 • Published 4 years ago

autotask-cli v0.0.0

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

autotask-cli

oclif Version Downloads/week License

Usage

$ 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]

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