Skip to content

aether app

Terminal window
aether app add MyApp
aether app ls
aether app rename MyApp MyRenamedApp
aether app transfer MyApp teammate@example.com
aether app rm MyApp

add creates the app together with its default Staging and Production deployments.

Subcommand Flags Purpose
add <appName> Create an app.
list, ls --format (table or json) List your apps.
rename <current> <new> Rename an app.
transfer <appName> <email> Transfer ownership to another account.
remove, rm <appName> Delete the app and its release history. Asks for confirmation; needs --force in non-interactive mode.

Rename, transfer, and remove are owner-only operations. The apps and collaborators page maps who can do what.