aether deployment
aether deployment add MyApp Betaaether deployment ls MyApp -kaether deployment history MyApp Stagingaether deployment rename MyApp Beta Canaryaether deployment clear MyApp Stagingaether 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.