Logo

Command Palette

Search for a command to run...

download

Use this command to download a copy of file from the remote server to your local computer. If you don't specify a target directory, the file will be downloaded to your current local directory.

$ cx download --stack <application name> --server <server name> <path to source file> [<target directory>]

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of your application
--server <server name>yesName of the server which contains the file
<path to source file>yesThe path to the file on the server
<target directory>noThe path to the local directory in which the file will be saved

Examples

$ cx download -s "My Awesome App" --server web /tmp/file.txt /tmp/file.txt