EnvManager CLI
The EnvManager CLI brings your environment variables to the terminal. Pull them into a local .env, push local changes back, keep them in sync while you develop, and run commands with secrets injected without ever writing them to disk.
Guides
CLI Overview
Install the CLI and learn what it can do.
Authentication
Log in locally or use tokens in CI/CD pipelines.
Core Commands
Pull, push, diff, and list variables.
Real-time Sync
Keep your local .env up to date while you develop.
Templates
Define variable templates for consistent project setup.
Schema Validation
Validate variables against a schema before you deploy.
Export Formats
Export to Docker Compose, Kubernetes, Vercel, Railway, or Render.
Run with Injected Secrets
Give scripts and AI agents the secrets they need without exposing values.