Skip to content

aether deployment

Terminal window
aether deployment add MyApp Beta
aether deployment ls MyApp -k
aether deployment history MyApp Staging
aether deployment rename MyApp Beta Canary
aether deployment clear MyApp Staging
aether deployment rm MyApp Beta
Subcommand Flags Purpose
add <appName> <deploymentName> --key, -k Create a deployment. -k supplies your own deployment key instead of a generated one, which matters when migrating from CodePush.
list, ls <appName> --format, --displayKeys / -k List deployments. -k includes the deployment keys.
history, h <appName> <deploymentName> --format, --displayAuthor / -a List every release in the channel. -a adds who released each one.
rename <appName> <current> <new> Rename a deployment.
clear <appName> <deploymentName> Wipe the release history. Asks for confirmation; needs --force in non-interactive mode.
remove, rm <appName> <deploymentName> Delete the deployment. Asks for confirmation.

Create, rename, clear, and remove are owner-only. Deployment concepts, including what the key does and does not protect, live on deployments and deployment keys.