Logo

Command Palette

Search for a command to run...

stacks configure download

Download configuration files such as a service.yml or manifest.yml. (containerized apps only)

$ cx stacks configure download --file <filename> --stack <application name> --output <output path>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
--file, -f <filename>yesName of the config file. Accepted values: service.yml,manifest.yml
--output, -o <output path>noFull path of the output file.

Examples

$ cx stacks configure download -f service.yml -s myapp -o /c66/config-files/service.yml