Logo

Command Palette

Search for a command to run...

stacks configuration download

Gets the content of the specified configuration file from the given application and either prints it to screen or saves it as a file. You can find all the types of configuration available on your application using the stacks configuration list function.

$ cx stacks configuration download --stack <application name> --type <config type> --output <filename>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
--type, -t <config type>yesType of configuration to download
--output, -o <filename>nostdoutSave configuration output to a local file

Examples

$ cx stacks configuration download -s my-application -t nginx -o nginx.conf