vtex plugin edition
cli-plugin-edition
===================
vtex plugin edition

!npm
sh-session
$ 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
* oclif-example edition:set EDITIONoclif-example edition:getDisplays the Edition App version installed on the current account.
`
USAGE
$ oclif-example edition:getOPTIONS
-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 EDITIONSets the Edition App version for the current account.
`
USAGE
$ oclif-example edition:set EDITIONARGUMENTS
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_