Logo

Command Palette

Search for a command to run...

settings list

Lists all the settings for the given application, including the key, value and readonly flag for each setting. You can use <setting> multiples times to query multiple services.

$ cx settings list --stack <application name> <setting>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
<setting>noThe setting(s) to query (can be used multiple times)

Examples

$ cx settings list -s mystack
stack.name mystack readonly
git.branch master read/write
git.repository git://git@github.com:cloud66-samples...git  read/write

$ cx settings list -s mystack git.branch
git.branch master read/write