# @vtex/cli-plugin-edition

> vtex plugin edition

Latest version **0.1.1** (published 2021-03-30) · MIT license · 0 weekly downloads

## Install

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

## 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.1 |
| Published | 2021-03-30 |
| First published | 2020-07-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 5 |
| Unpacked size | 398.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | saviomuniz, maianabt, marcelovicentegc, laurobmb, policarpo, rodorgas, rodolfoams, vitorlgomes, jmgris, amb-lucas, 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, cguimaraes, marlonguimaraes, mateuspontes, gmantiqueira |
| Keywords | oclif-plugin |

## Links

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

## Dependencies (5)

- [ramda](https://npm.io/package/ramda.md) ^0.27.1
- [tslib](https://npm.io/package/tslib.md) ^1
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [@tiagonapoli/oclif-plugin-spaced-commands](https://npm.io/package/@tiagonapoli/oclif-plugin-spaced-commands.md) ^0.0.6

## 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.1 (latest) — 2021-03-30
- 0.1.1-beta.9 (beta) — 2021-03-30
- 0.1.1-beta.8 — 2021-03-30
- 0.1.1-beta.7 — 2021-03-30
- 0.1.1-beta.6 — 2021-03-30
- 0.1.1-beta.5 — 2021-03-30
- 0.1.1-beta.4 — 2021-03-30
- 0.1.1-beta.3 — 2021-03-30
- 0.1.1-beta.2 — 2021-03-30
- 0.1.1-beta.1 — 2021-03-30
- 0.1.1-beta.0 — 2021-03-30
- 0.2.1-beta — 2021-03-29
- 0.1.4-beta — 2021-03-26
- 0.1.3-beta — 2021-03-26
- 0.1.2-beta — 2021-03-17
- … 3 more at https://npm.io/package/@vtex/cli-plugin-edition/versions

## README

cli-plugin-edition
===================

vtex plugin edition

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

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @vtex/cli-plugin-edition
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@vtex/cli-plugin-edition/0.1.1 linux-x64 node-v12.21.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`oclif-example edition:get`](#oclif-example-editionget)
* [`oclif-example edition:set EDITION`](#oclif-example-editionset-edition)

## `oclif-example edition:get`

Displays the [38;5;149mEdition App[39m version installed on the current [38;5;149maccount[39m.

```
USAGE
  $ oclif-example edition:get

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

EXAMPLE
  vtex edition get
```

_See code: [build/commands/edition/get.ts](https://github.com/vtex/cli-plugin-edition/blob/v0.1.1/build/commands/edition/get.ts)_

## `oclif-example edition:set EDITION`

Sets the [38;5;149mEdition App[39m version for the current [38;5;149maccount[39m.

```
USAGE
  $ oclif-example edition:set EDITION

ARGUMENTS
  EDITION  Name and version of the Edition App to install.

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

EXAMPLE
  vtex edition set editionName
```

_See code: [build/commands/edition/set.ts](https://github.com/vtex/cli-plugin-edition/blob/v0.1.1/build/commands/edition/set.ts)_
<!-- commandsstop -->

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