Package detail

@vtex/cli-plugin-abtest

vtex7.1kMIT0.1.4

vtex plugin abtest

oclif-plugin

readme

cli-plugin-abtest

vtex plugin abtest

oclif npm

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

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.4] - 2021-05-05

Fixed

  • [abtest] Prohibit the use of old versions of vtex.ab-tester

[0.1.3] - 2021-04-20

Fixed

  • [start] Allow the use of beta versions of ab-tester

[0.1.2] - 2021-04-12

Fixed

  • [finish] Filter (remove undefineds) workspaces list before prompting

[0.1.1] - 2021-03-30

Fixed

-[oclif-dev manifest] Add --color=256 to force using collor on file

[0.1.0] - 2021-03-12

Changed

  • [Messages] Improve UX

[0.0.5] - 2020-08-06

Fixed

  • [start] Prompt abtest time response was undefined

Changed

  • [ci] Automatic plugin documentation

[0.0.4] - 2020-07-22

Changed

  • [command] Move to subcommand of workspace

[0.0.3] - 2020-07-22

Fixed

  • [dependecy] Add Numbro dependency

[0.0.2] - 2020-07-21

Changed

  • [oclif] Add abtest topic description

[0.0.1] - 2020-07-21

Changed

  • [command] First release