Logo

Command Palette

Search for a command to run...

stacks configure list versions

List the versions of configuration files such as a service.yml or manifest.yml. (containerized apps only)

$ cx stacks configure list-versions --file <filename> --stack <application name> --version <file version type>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
--file, -o <filename>yesName of the config file. Accepted values: service.ymlmanifest.yml
--version, -v <file version type>noFull or partial file version

Examples

$ cx stacks configure list-versions -o service.yml -s myapp