vtex plugin abtest
cli-plugin-abtest
===================
vtex plugin abtest

!npm
sh-session
$ 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
* oclif-example workspace:abtest:start
* oclif-example workspace:abtest:statusoclif-example workspace:abtest:finishStops all A/B tests from running on the current account.
`
USAGE
$ oclif-example workspace:abtest:finishOPTIONS
-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:startStarts a new A/B test on the current workspace.
`
USAGE
$ oclif-example workspace:abtest:startOPTIONS
-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:statusDisplays the results of the active A/B tests.
`
USAGE
$ oclif-example workspace:abtest:statusOPTIONS
-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_