ev pull
Usage
Description
ev pull fetches the latest release from the ev server, decrypts all values locally using the project key, and writes them to .env in your working directory.
Local Change Warning
If a local .env already exists and its contents differ from the remote, ev warns you before overwriting:
ev creates .env.backup before overwriting, so you can recover local-only changes if needed. Pass -y to skip the confirmation prompt.
Flags
| Flag | Short | Description |
|---|---|---|
--yes | -y | Skip confirmation prompt and overwrite local .env without prompting |
Examples
Pull using defaults from ev.yaml:
Pull from a specific environment:
Pull a specific app and environment, skipping confirmation: