npm.io
0.1.4 • Published 5 years ago

@vtex/cli-plugin-abtest

Licence
MIT
Version
0.1.4
Deps
4
Size
408 kB
Vulns
0
Weekly
0
Stars
1

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

Keywords