apps export
Export an App to a tarball that includes its Build and environment variables. This is useful for migrating an App between Racks or creating a portable backup.
Syntax
$ convox apps export [app]
Flags
| Flag | Short | Description |
|---|---|---|
--app |
-a |
App name |
--file |
-f |
Export to file |
--rack |
-r |
Rack name |
Example Usage
$ convox apps export myapp -f myapp-export.tgz
Exporting app myapp... OK
Exporting env... OK
Exporting build BABCDEF... OK
Packaging export... OK