aether promote
aether promote <appName> <sourceDeploymentName> <destDeploymentName> [options]Creates a new release in the destination from a release in the source, without re-bundling. By default it takes the latest source release. Semantics and provenance fields are on promoting releases.
aether promote MyApp Staging Productionaether promote MyApp Staging Production -r 25 --des "Production rollout"| Flag | Alias | Default | Purpose |
|---|---|---|---|
--label |
-l |
latest | Which source release to promote. |
--description |
--des |
copied | Override the description on the promoted release. |
--disabled |
-x |
copied | Override the disabled flag. |
--mandatory |
-m |
copied | Override the mandatory flag. |
--rollout |
-r |
100% |
Start the promoted release as a staged rollout in the destination. |
--targetBinaryVersion |
-t |
inherited | Retarget; without it the promoted release keeps the source’s range. |
--noDuplicateReleaseError |
false |
Warn instead of failing when the destination already has this exact package. |