Skip to content

aether patch

Terminal window
aether patch <appName> <deploymentName> [options]

Edits a release without shipping new code. Without -l it targets the latest release in the deployment. At least one metadata flag is required.

Terminal window
aether patch MyApp Staging -r 50
aether patch MyApp Staging -l v3 --des "Fixes the crash on login" -m true
Flag Alias Default Purpose
--label -l latest Which release to patch, for example v3.
--description --des unchanged New change description.
--disabled -x unchanged Serve or stop serving the release.
--mandatory -m unchanged Change the mandatory flag.
--rollout -r unchanged Raise the rollout percentage. It can only increase, and a completed rollout cannot be reopened. See staged rollout.
--targetBinaryVersion -t unchanged Retarget the release to another semver version or range.