Version: v2.15.x LTS
zwe internal config set
zwe internal config set
zwe internal config set [parameter [parameter]...]
Description
Set value of a configuration and write back to the YAML configuration.
Inherited from parent command
WARNING: This command is for experimental purposes and could be changed in the future releases.
Examples
zwe internal config set -p path-of-configuration -e new-value-of-configuration -c /path/to/zowe.yaml
Parameters
Full name | Alias | Type | Required | Help message |
---|---|---|---|---|
--ha-instance | -i | string | no | Zowe high availability instance ID. |
--path | -p | string | yes | Path of the configuration. For example, components.gateway.port . |
--value | -e | string | no | New value of the configuration. |
--string | boolean | no | When specified, the value is treated as a string even if it looks like a number or boolean |
Inherited from parent command
Full name | Alias | Type | Required | Help message |
---|---|---|---|---|
--help | -h | boolean | no | Display this help. |
--debug,--verbose | -v | boolean | no | Enable verbose mode. |
--trace | -vv | boolean | no | Enable trace level debug mode. |
--silent | -s | boolean | no | Do not display messages to standard output. |
--log-dir,--log | -l | string | no | Write logs to this directory. |
--config | -c | string | no | Path to Zowe configuration zowe.yaml file. |
--configmgr | boolean | no | Enable use of configmgr capabilities. |