0.0.2 • Published 4 years ago

@thiagoveras/automatic-prepack-poc v0.0.2

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

cli-plugin-template

vtex plugin template

oclif npm

Usage

$ npm install -g @vtex/cli-plugin-template
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@vtex/cli-plugin-template/0.0.1-3 linux-x64 node-v14.0.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example comand1 [FILE]

describe the command here

USAGE
  $ oclif-example comand1 [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
  -v, --verbose    Show debug level logs
  --trace          Ensure all requests to VTEX IO are traced

EXAMPLE
  $ oclif-example commadn1
  commadn1 world from ./src/commadn1.ts!

See code: build/commands/comand1.ts

oclif-example comand2 [FILE]

describe the command here

USAGE
  $ oclif-example comand2 [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
  -v, --verbose    Show debug level logs
  --trace          Ensure all requests to VTEX IO are traced

EXAMPLE
  $ oclif-example command2
  command2 world from ./src/command2.ts!

See code: build/commands/comand2.ts

oclif-example comand3 [FILE]

describe the command here

USAGE
  $ oclif-example comand3 [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
  -v, --verbose    Show debug level logs
  --trace          Ensure all requests to VTEX IO are traced

EXAMPLE
  $ oclif-example command3
  command3 world from ./src/command3.ts!

See code: build/commands/comand3.ts

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
  -v, --verbose    Show debug level logs
  --trace          Ensure all requests to VTEX IO are traced

EXAMPLE
  $ oclif-example test
  test world from ./src/test.ts!

See code: build/commands/hello.ts