Logo

Command Palette

Search for a command to run...

stacks configuration apply

Applies the latest configuration to an application. You can find all the types of configuration available on your application using the stacks configuration list function.

$ cx stacks configuration apply --stack <application name> --type <config type>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
--type, -t <config type>yesType of configuration to apply

Examples

$ cx stacks configuration apply -s my-application -t nginx