List apps
convox apps
$ convox apps
APP STATUS RELEASE
myapp running RABCDEFGHI
myapp2 running RIHGFEDCBA
Cancel an app update
convox apps cancel [app]
$ convox apps cancel
Cancelling deployment of myapp... OK
Create an app
convox apps create [app]
$ convox apps create myapp
Creating myapp... OK
Delete an app
convox apps delete <app>
$ convox apps delete myapp
Export an app
convox apps export [app]
$ convox apps export --file myapp.tgz
Exporting app myapp... OK
Exporting env... OK
Exporting build BABCDEFGHI... OK
Exporting resource database... OK
Packaging export... OK
Import an app
convox apps import [app]
$ convox apps import myapp2 --file myapp.tgz
Creating app myapp2... OK
Importing build... OK, RIHGFEDCBA
Importing env... OK, RJIHGFEDCB
Promoting RJIHGFEDCB... OK
Importing resource database... OK
Get information about an app
convox apps info [app]
$ convox apps info
Name myapp
Status running
Generation 2
Locked false
Release RABCDEFGHI
Enable termination protection
convox apps lock [app]
$ convox apps lock
Locking myapp... OK
Disable termination protection
convox apps unlock [app]
$ convox apps unlock
Unlocking myapp... OK