ev promote
Usage
Description
ev promote copies the latest release of the source environment into the target environment, creating a new release. It is the recommended way to move secrets through your promotion pipeline (dev → staging → prod).
Before promoting, you can preview what will change with ev diff:
Then promote:
Promote does not modify the source environment.
Flags
| Flag | Short | Description |
|---|---|---|
--message | -m | Message attached to the new release in the target environment |
Examples
Promote dev secrets to staging:
Promote staging to prod with a message:
Promote a specific app from staging to prod: