# @vtex/cli-plugin-abtest

> vtex plugin abtest

Latest version **0.1.4** (published 2021-05-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @vtex/cli-plugin-abtest
pnpm add @vtex/cli-plugin-abtest
yarn add @vtex/cli-plugin-abtest
bun add @vtex/cli-plugin-abtest
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2021-05-05 |
| First published | 2020-07-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 4 |
| Unpacked size | 407.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | jeffersontuc, saviomuniz, maianabt, marcelovicentegc, laurobmb, policarpo, rodorgas, rodolfoams, vitorlgomes, jmgris, tiagonapoli, rafabac, augusto.lazaro, tergol, rafarubim, analuizamtg, gustavorosolem, arthurepc, jeymisson, marcosvcp, victorhmp, lurian, ericreis, andreldsa, diegoximenes, salesfelipe, athoscouto, lbebber, tlgimenes, arturpimentel, felippenardi, anitavincent, victorges, brunojdo, vtexlab, breno, augustob, guilhermebruzzi, brunohq, kevinchevallier, iago, lucasecdb, estacioneto, matheusps, emersonlaurentino, rerissondaniel, vwraposo, klynger, dhasuda, igorbrasileiro, thayannevls, angoncal, pedromtec, viniagostini, hugo.cabral, thiagoveras, lucasaarcoverde, lariciamota, wdsrocha, lucis, icazevedo, malvadeza, edunmc, fabits, marlonguimaraes, mateuspontes, gmantiqueira |
| Keywords | oclif-plugin |

## Links

- npm: https://www.npmjs.com/package/@vtex/cli-plugin-abtest
- Repository: https://github.com/vtex/cli-plugin-abtest
- Issues: https://github.com/vtex/cli-plugin-abtest/issues
- npm.io page: https://npm.io/package/@vtex/cli-plugin-abtest

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^1
- [numbro](https://npm.io/package/numbro.md) 2.1.0
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2021-05-05
- 0.1.18-beta (beta) — 2021-03-30
- 0.1.3 — 2021-05-05
- 0.1.2 — 2021-04-12
- 0.1.1 — 2021-03-30
- 0.1.17-beta — 2021-03-30
- 0.1.16-beta — 2021-03-30
- 0.1.15-beta — 2021-03-30
- 0.1.14-beta — 2021-03-30
- 0.1.13-beta — 2021-03-30
- 0.1.12-beta — 2021-03-30
- 0.1.11-beta — 2021-03-30
- 0.1.10-beta — 2021-03-30
- 0.1.8-beta — 2021-03-30
- 0.1.7-beta — 2021-03-30
- … 11 more at https://npm.io/package/@vtex/cli-plugin-abtest/versions

## README

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

vtex plugin abtest

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
![npm](https://img.shields.io/npm/v/@vtex/cli-plugin-abtest)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```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
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`oclif-example workspace:abtest:finish`](#oclif-example-workspaceabtestfinish)
* [`oclif-example workspace:abtest:start`](#oclif-example-workspaceabteststart)
* [`oclif-example workspace:abtest:status`](#oclif-example-workspaceabteststatus)

## `oclif-example workspace:abtest:finish`

Stops all A/B tests from running on the current [38;5;149maccount[39m.

```
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](https://github.com/vtex/cli-plugin-abtest/blob/v0.1.4/build/commands/workspace/abtest/finish.ts)_

## `oclif-example workspace:abtest:start`

Starts a new A/B test on the current [38;5;149mworkspace[39m.

```
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](https://github.com/vtex/cli-plugin-abtest/blob/v0.1.4/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](https://github.com/vtex/cli-plugin-abtest/blob/v0.1.4/build/commands/workspace/abtest/status.ts)_
<!-- commandsstop -->

---
_Source: https://npm.io/package/@vtex/cli-plugin-abtest · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
