@vtex/cli-plugin-abtest

vtex plugin abtest

Usage no npm install needed!

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

README

cli-plugin-abtest

vtex plugin abtest

oclif npm

Usage

$ npm install -g @vtex/cli-plugin-abtest
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@vtex/cli-plugin-abtest/0.1.4 linux-x64 node-v12.22.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example workspace:abtest:finish

Stops all A/B tests from running on the current account.

USAGE
  $ oclif-example workspace:abtest:finish

OPTIONS
  -h, --help     show CLI help
  -v, --verbose  Show debug level logs
  --trace        Ensure all requests to VTEX IO are traced

See code: build/commands/workspace/abtest/finish.ts

oclif-example workspace:abtest:start

Starts a new A/B test on the current workspace.

USAGE
  $ oclif-example workspace:abtest:start

OPTIONS
  -h, --help     show CLI help
  -v, --verbose  Show debug level logs
  --trace        Ensure all requests to VTEX IO are traced

See code: build/commands/workspace/abtest/start.ts

oclif-example workspace:abtest:status

Displays the results of the active A/B tests.

USAGE
  $ oclif-example workspace:abtest:status

OPTIONS
  -h, --help     show CLI help
  -v, --verbose  Show debug level logs
  --trace        Ensure all requests to VTEX IO are traced

See code: build/commands/workspace/abtest/status.ts