🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@dotenvx/dotenvx-ext-vault

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotenvx/dotenvx-ext-vault

🔐 manage .env.vault files

latest
Source
npmnpm
Version
0.3.2
Version published
Weekly downloads
1.4K
-26.29%
Maintainers
2
Weekly downloads
 
Created
Source

dotenvx-ext-vault

🔐 manage .env.vault files

Quickstart npm version

Extend dotenv with vault.

npm install @dotenvx/dotenvx-ext-vault --save

 

or install globally

with brew 🍺
brew install dotenvx/brew/dotenvx-ext-vault
dotenvx ext vault help

 

with curl 🌐
curl -sfS https://dotenvx.sh/ext/vault | sh
dotenvx ext vault help

 

or with github releases 🐙
curl -L -o dotenvx-ext-vault.tar.gz "https://github.com/dotenvx/dotenvx-ext-vault/releases/latest/download/dotenvx-ext-vault-$(uname -s)-$(uname -m).tar.gz"
tar -xzf dotenvx-ext-vault.tar.gz
./dotenvx-ext-vault help

 

Usage

$ dotenvx ext vault
Usage: @dotenvx/dotenvx-ext-vault [options] [command]

🔐 manage .env.vault files

Options:
  -l, --log-level <level>        set log level (default: "info")
  -q, --quiet                    sets log level to error
  -v, --verbose                  sets log level to verbose
  -d, --debug                    sets log level to debug
  -V, --version                  output the version number
  -h, --help                     display help for command

Commands:
  migrate                        instructions for migrating .env.vault to encrypted env file(s)
  encrypt [options] [directory]  encrypt .env.* to .env.vault
  decrypt [options] [directory]  decrypt .env.vault to .env*
  status [directory]             compare your .env* content(s) to your .env.vault decrypted content(s)
  help [command]                 display help for command

Keywords

dotenv

FAQs

Package last updated on 13 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts