CLI Reference
ev is a CLI-first tool. All commands follow a consistent pattern: ev <command> [target] [flags].
Targeting Apps and Environments
Most commands accept an optional [app:env] argument using colon syntax:
Commands
| Command | Description |
|---|---|
ev init | Initialize a new project or join an existing one |
ev push | Push local .env to remote |
ev pull | Pull remote secrets into local .env |
ev diff | Compare local vs remote, or two environments |
ev log | Show release history |
ev get | Get a single secret value |
ev rollback | Roll back to a previous release |
ev env | List, create, and delete environments |
ev promote | Copy secrets from one environment to another |
ev access | Manage team access and key rotation |
ev backend | Configure storage backends |
ev import | Import secrets from an external provider |
ev status | Show current project and environment context |
ev scan | Scan codebase for env var references |
ev doctor | Check setup for issues |
ev completions | Generate shell completions |