cp

Copy files to or from a Process. Prefix a path with pid: to reference a running Process. Process paths must be absolute. This is useful for extracting logs, uploading configuration files, or retrieving generated artifacts.

Syntax

$ convox cp <[pid:]src> <[pid:]dst>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name

Example Usage

$ convox cp web-abc1234-def5:/app/log/production.log ./production.log -a myapp
$ convox cp ./config.yml web-abc1234-def5:/app/config/config.yml -a myapp

See Also