Utility Commands
cp
Copy files to/from processes.
$ convox cloud cp <[pid:]src> <[pid:]dst> -a <app> -i <machine>
Options:
--tar-extra: Extra tar options
Examples:
# Copy from container to local
$ convox cloud cp web-abc123:/app/config.json . -a myapp -i production
# Copy from local to container
$ convox cloud cp ./data.csv web-abc123:/tmp/ -a myapp -i production
test
Run test suite for an application.
$ convox cloud test -a <app> -i <machine>
Example:
$ convox cloud test -a myapp -i staging
Running tests...
OK