ev Documentation
ev is a CLI-first tool for syncing environment variables across teams securely. Push, pull, diff, and roll back .env files the same way you manage code with git — except the server never sees your secrets.
Get Started
Getting Started
Install ev, push your first secrets, and share them with your team in under 5 minutes.
Core Concepts
Understand how ev organizes projects, apps, environments, and releases.
Configuration
ev.yaml reference — env files, monorepo apps, per-environment overrides.
CLI Reference
Every ev command follows a consistent ev <command> [app:env] [flags] pattern. View the full CLI reference or jump to common commands:
ev push
Push local .env variables to the remote environment.
ev pull
Pull remote secrets into your local .env file.
ev diff
Compare local vs remote, or diff two environments.
ev scan
Scan your codebase for env var references and find missing keys.