cli-plugin-template
vtex plugin template
Usage
$ npm install -g @thiagoveras/automatic-prepack-poc
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@thiagoveras/automatic-prepack-poc/0.0.2 linux-x64 node-v12.18.3
$ 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 comand4 [FILE]
describe the command here
USAGE
$ oclif-example comand4 [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 command4
command4 world from ./src/command4.ts!
See code: build/commands/comand4.ts
oclif-example comand5 [FILE]
describe the command here
USAGE
$ oclif-example comand5 [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 command5
command5 world from ./src/command5.ts!
See code: build/commands/comand5.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