Zowe CLI
- Enhancement: Added the ability to see secure properties when running
zowe config list
when theZOWE_SHOW_SECURE_ARGS
environment variable is set totrue
. #2259
Imperative
- BugFix: Fixed inconsistent behavior with the
ZOWE_SHOW_SECURE_ARGS
environment variable continuing to mask secure properties when it should not. #2430 - Enhancement: Added the
Censor
class, consolidating all sensitive data hiding logic into one class. #2424 - Enhancement: Added the
showSecureArgs
environment variable to theEnvironmentalVariableSettings
class to allow extenders to determine if they should mask secure values. #2424 - Enhancement: Added the ability to see secure properties when running
zowe config list
when theZOWE_SHOW_SECURE_ARGS
environment variable is set totrue
. #2259 - Deprecated: The
LoggerUtils
class has been deprecated. Use theCensor
class instead. #2424 - Deprecated: The
CliUtils.CENSOR_RESPONSE
property has been deprecated. Use theCensor.CENSOR_RESPONSE
property instead. #2424 - Deprecated: The
CliUtils.CENSORED_OPTIONS
property has been deprecated. Use theCensor.CENSORED_OPTIONS
property instead. #2424 - Deprecated: The
CliUtils.censorCLIArgs
function has been deprecated. Use theCensor.censorCLIArgs
function instead. #2424 - Deprecated: The
CliUtils.censorYargsArguments
function has been deprecated. Use theCensor.censorYargsArguments
function instead. #2424