@vtex/cli-plugin-edition
v0.1.1
Published
vtex plugin edition
Downloads
5,271
Maintainers
Keywords
Readme
cli-plugin-edition
vtex plugin edition
Usage
$ npm install -g @vtex/cli-plugin-edition
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@vtex/cli-plugin-edition/0.1.0 linux-x64 node-v12.21.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example edition:get
Displays the Edition App version installed on the current account.
USAGE
$ oclif-example edition:get
OPTIONS
-h, --help show CLI help
-v, --verbose Show debug level logs
--trace Ensure all requests to VTEX IO are traced
EXAMPLE
vtex edition get
See code: build/commands/edition/get.ts
oclif-example edition:set EDITION
Sets the Edition App version for the current account.
USAGE
$ oclif-example edition:set EDITION
ARGUMENTS
EDITION Name and version of the Edition App to install.
OPTIONS
-h, --help show CLI help
-v, --verbose Show debug level logs
--trace Ensure all requests to VTEX IO are traced
EXAMPLE
vtex edition set editionName
See code: build/commands/edition/set.ts