# @vtex/cli-plugin-webops-secrets

> vtex secrets plugin

Latest version **0.0.3** (published 2022-01-11) · MIT license · 0 weekly downloads

## Install

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

## 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.0.3 |
| Published | 2022-01-11 |
| First published | 2021-12-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 6 |
| Unpacked size | 445 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | wender, natamelo, mairatma, vlagedo_vtex, samuelfgs, mayzabel, tiagonapoli, rafabac, augusto.lazaro, tergol, rafarubim, analuizamtg, gustavorosolem, arthurepc, jeymisson, marcosvcp, victorhmp, lurian, ericreis, andreldsa, salesfelipe, athoscouto, lbebber, tlgimenes, arturpimentel, anitavincent, brunojdo, vtexlab, guilhermebruzzi, brunohq, kevinchevallier, lucasecdb, estacioneto, matheusps, emersonlaurentino, vwraposo, igorbrasileiro, viniagostini, hugo.cabral, thiagoveras, lucasaarcoverde, lariciamota, wdsrocha, icazevedo, malvadeza, edunmc, fabits, marlonguimaraes, mateuspontes, gmantiqueira, jmgris, vitorlgomes, rodolfoams, policarpo, laurobmb, marcelovicentegc, maianabt, jeffersontuc, hiagolcm, william.silva |
| Keywords | oclif-plugin |

## Links

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

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^4.0.3
- [atob](https://npm.io/package/atob.md) ^2.1.2
- [tslib](https://npm.io/package/tslib.md) ^1
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.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.0.3 (latest) — 2022-01-11
- 0.0.3-beta (beta) — 2021-12-27
- 0.0.2-beta — 2021-12-23

## README

# VTEX CLI WebOps Secrets Plugin

This is a plugin for managing the secrets to build the store.

## Usage
<!-- usage -->
```sh-session
$ npm install -g @vtex/cli-plugin-webops-secrets
$ vtex COMMAND
running command...
$ vtex (-v|--version|version)
@vtex/cli-plugin-webops-secrets/0.0.3 linux-x64 node-v12.22.8
$ vtex --help [COMMAND]
USAGE
  $ vtex COMMAND
...
```
<!-- usagestop -->
## Commands
<!-- commands -->
* [`vtex secrets:hide`](#vtex-secretshide)
* [`vtex secrets:reveal`](#vtex-secretsreveal)
* [`vtex secrets:setup`](#vtex-secretssetup)

## `vtex secrets:hide`

Encrypts the secrets file.

```
USAGE
  $ vtex secrets:hide

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

EXAMPLE
  vtex secrets hide
```

_See code: [build/commands/secrets/hide.ts](https://github.com/vtex/cli-plugin-webops-secrets/blob/v0.0.3/build/commands/secrets/hide.ts)_

## `vtex secrets:reveal`

Opens the encrypted secrets file for editing.

```
USAGE
  $ vtex secrets:reveal

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

EXAMPLE
  vtex secrets reveal
```

_See code: [build/commands/secrets/reveal.ts](https://github.com/vtex/cli-plugin-webops-secrets/blob/v0.0.3/build/commands/secrets/reveal.ts)_

## `vtex secrets:setup`

Creates a file to registry what must be encrypted and hidden.

```
USAGE
  $ vtex secrets:setup

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

EXAMPLE
  vtex secrets setup
```

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

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