builds export

Export a Build to a tarball. The exported tarball can be imported on another Rack using convox builds import, making it easy to promote tested Builds across environments.

Syntax

$ convox builds export <build>

Flags

Flag Short Description
--app -a App name
--file -f Export to file
--rack -r Rack name

Example Usage

$ convox builds export BABCDEF -a myapp -f myapp-build.tgz
Exporting build... OK

See Also