heroku ps:copy <file>
Copy a file from a dyno to the local filesystem
Arguments
Name | Description |
---|---|
file |
Options
Name | Description |
---|---|
-d, --dyno <dyno> | Specify the dyno to connect to |
-o, --output <output> | The name of the output file |
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |