envshed
v0.9.0
Published
Envshed CLI — manage secrets from the terminal
Maintainers
Readme
envshed
Envshed CLI — manage secrets from the terminal.
Store, share, and inject environment variables via the command line. Secrets are encrypted at rest with AES-256-GCM.
Learn more at envshed.com. See all features here.
Usage
No installation required — run directly with npx:
npx envshed@latest loginOr install globally if you prefer:
npm install -g envshedQuick Start
# Authenticate via browser
npx envshed@latest login
# Initialize a project
npx envshed@latest init
# Pull secrets to .env
npx envshed@latest pull
# Run a command with injected secrets
npx envshed@latest run -- node server.jsCommands
| Command | Description |
| ------------ | ------------------------------------ |
| login | Authenticate via browser |
| init | Initialize project configuration |
| pull | Pull secrets to a .env file |
| push | Push secrets from a .env file |
| run | Run a command with injected secrets |
| env | Switch active environment |
| branch | Show current environment context |
| orgs | List organizations |
| projects | List projects |
| envs | List environments |
| token | Manage API tokens |
| whoami | Show logged-in user |
Documentation
Full documentation at docs.envshed.com.
