List config properties
Usage
zowe config list [property] [options]
Positional Arguments
-
property
(string)
- The config property to list. Blank to list all properties.
Options
-
--locations
(boolean)
- Separate the config properties into their respective config file locations. Helpful to determine where configuration value is specified.
-
--root
(boolean)
- List only the root level property names. For example, specify in addition to '--locations' to get a list of config file paths only.
Examples
-
List property names for a specified config property:
zowe config list "defaults"
-
List only root level property names for a specified config property:
zowe config list "defaults" --root
-
List config properties by separating them by their respective config file locations:
zowe config list --locations
-
List only the root level configuration property names:
zowe config list --root
-
List only the root level configuration properties by separating them by their respective config file locations:
zowe config list --locations --root