Logo

Command Palette

Search for a command to run...

stacks configure upload

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

$ cx stacks configure upload --file <filename> --stack <application name> --comments <comment>

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
--comments, -c <comment>yesA brief description of your changes

Examples

$ cx stacks configure upload -f service.yml -s myapp -c "updates to ports"