List config properties.
Usage
zowe config list [property] [options]
Positional Arguments
-
property
(string)
- The config property to list. Blank to list all properties.
Options
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" --name-only
-
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 --name-only
-
List only the root level configuration property names by separating them by their respective config file locations:
zowe config list --locations --name-only