@thiagoveras/automatic-prepack-poc
v0.0.2
Published
vtex plugin template
Downloads
4
Readme
cli-plugin-template
vtex plugin template
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]
oclif-example comand2 [FILE]
oclif-example comand3 [FILE]
oclif-example hello [FILE]
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