@vtex/cli-plugin-edition

vtex plugin edition

Usage no npm install needed!

<script type="module">
  import vtexCliPluginEdition from 'https://cdn.skypack.dev/@vtex/cli-plugin-edition';
</script>

README

cli-plugin-edition

vtex plugin edition

oclif npm

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