Logo

Command Palette

Search for a command to run...

servers settings list

Lists all the settings applicable to the given server. It also shows the key, value and the readonly flag for each setting. Settings can be a list of multiple <setting> arguments. To change each server setting, use the server-set command.

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

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
--server <server name>yesThe name of the server to query
<setting>noThe specific setting(s) to fetch (supports multiples)

Examples

$ cx servers settings list -s mystack --server lion
server.name lion readonly
disk.space.alert.threshold  80  read/write

$ cx servers settings list -s mystack --server db server.name
server.name tiger readonly