config show

Parameters:
Name Type Required Default Hint
property string false The name of the property to show. Can nested to get "deep" properties

Command Usage

View configuration proprties in CommandBox. Call with no parameters to view all config properties.

Output setting

config show settingName
Nested attributes may be accessed by specifying dot-delimited names or using array notation.
If the accessed property is a complex value, the JSON representation will be displayed
config show modules.myModule.settingName
config show mySettingArray[1]
.