# @vtex/cli-plugin-deploy

> vtex plugin deploy

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

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.1 |
| Published | 2021-03-30 |
| First published | 2020-09-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 4 |
| Unpacked size | 416.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| 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-deploy
- Repository: https://github.com/vtex/cli-plugin-deploy
- Issues: https://github.com/vtex/cli-plugin-deploy/issues
- npm.io page: https://npm.io/package/@vtex/cli-plugin-deploy

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [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

## 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.3.1 (latest) — 2021-03-30
- 0.2.0-beta.1 (beta) — 2020-11-10
- 0.3.0 — 2021-03-12
- 0.2.0 — 2020-11-10
- 0.2.0-beta — 2020-11-10
- 0.1.1 — 2020-10-06
- 0.1.0 — 2020-10-06
- 0.0.1-beta — 2020-09-28

## README

# VTEX CLI Plugin Deploy

Extend the `vtex` toolbelt!

## Developing

1. Clone `vtex/toolbelt` and follow the steps on the Contributing section.
2. Clone/Create a plugin with this template.
3. Change the template name under this project's `package.json`.
2. Run `yarn link` on this project.
3. Now run `vtex link @vtex/cli-plugin-template` (or the new name) on the `vtex/toolbelt` project.
4. Run `yarn watch` on the `vtex/toolbelt`
5. Test the command on a VTEX IO app with `vtex-test hello`

For more information, read [Ocliff Docs](https://oclif.io/docs/introduction).

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

<!-- toc -->
* [VTEX CLI Plugin Deploy](#vtex-cli-plugin-deploy)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @vtex/cli-plugin-deploy
$ vtex COMMAND
running command...
$ vtex (-v|--version|version)
@vtex/cli-plugin-deploy/0.3.1 linux-x64 node-v12.21.0
$ vtex --help [COMMAND]
USAGE
  $ vtex COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`vtex deploy [APPID]`](#vtex-deploy-appid)

## `vtex deploy [APPID]`

Publishes an app as a stable version. Only works for apps previously published as a release candidate [see [38;5;205mvtex publish --help[39m].

```
USAGE
  $ vtex deploy [APPID]

ARGUMENTS
  APPID  Name and version of the app ({vendor}.{appname}@{x.x.x}) you want to deploy.

OPTIONS
  -f, --force    Ignores the testing period of 7 minutes after publishing an app. (Use with caution.)
  -h, --help     show CLI help
  -v, --verbose  Show debug level logs
  -y, --yes      Answers yes to all prompts.
  --trace        Ensure all requests to VTEX IO are traced

EXAMPLES
  vtex deploy
  vtex deploy vtex.service-example@0.0.1
```

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

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