Skip to content

jwinkels/xcl

Repository files navigation

xcl

APEX commandline

oclif Version Downloads/week License

Usage

$ npm install -g xcl
$ xcl COMMAND
running command...
$ xcl (-v|--version|version)
xcl/0.0.0 win32-x64 node-v10.16.0
$ xcl --help [COMMAND]
USAGE
  $ xcl COMMAND
...

Commands

xcl hello [FILE]

describe the command here

USAGE
  $ xcl hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ xcl hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

xcl help [COMMAND]

display help for xcl

USAGE
  $ xcl help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

xcl project:create [FILE]

describe the command here

USAGE
  $ xcl project:create [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src\commands\project\create.ts