CLI Reference
Commands
cfenv setupcfenv logincfenv profilescfenv linkcfenv targetscfenv usecfenv pushcfenv pullcfenv exportcfenv historycfenv keygen
Storage modes
flat (default)
- Key per env var
- Best for simplicity and debugging
snapshot
- Versioned snapshots
- Optional encrypted payload
Example
cfenv setup --project myapp --env production
cfenv push --env production --file .env --mode flat
cfenv export --env production --format dotenv --out .env.runtime --overwrite