npm @zowe/cli 8.37.0

3 hours ago

Zowe CLI

  • Enhancement: Added --tso-account and --tso-procedure options to zowe zos-files commands, and corresponding tsoAccount/tsoProcedure properties to the zosmf profile. When set, they are sent as the X-IBM-Request-Acctnum and X-IBM-Request-Proc headers on data set and USS z/OSMF REST requests that support them. #2653
  • Enhancement: Added a postinstall check that verifies the Secrets SDK has a keyring prebuild your platform can load. Because @zowe/secrets-for-zowe-sdk is an optional dependency, npm silently omitted it whenever its install script failed, and the first sign of trouble was a Failed to load Keytar module error the next time a command needed a credential. You now get a warning at the end of the install that names the binary that was expected and the steps to repair it, with the full workaround documented under Troubleshooting. #2777

Core SDK

  • Enhancement: Added X_IBM_REQUEST_ACCTNUM and X_IBM_REQUEST_PROC header constants to ZosmfHeaders for sending a TSO account number and logon procedure on z/OSMF data set and file requests. #2653

Imperative

  • BugFix: Updated the ConfigSchema.buildSchema API so the generated config schema sets additionalProperties: false on profile objects. Editors now report errors when profile properties such as user or password are mistakenly placed at the same level as the properties object, where they would be silently ignored. #2882

z/OS Files SDK

  • Enhancement: Added support for the tsoAccount and tsoProcedure z/OSMF profile properties. When set, they are sent as the X-IBM-Request-Acctnum and X-IBM-Request-Proc headers on data set and USS z/OSMF REST requests that support them. #2653

z/OSMF SDK

  • Enhancement: Added tsoAccount and tsoProcedure options to the zosmf profile/schema, allowing users to specify a TSO account number and logon procedure to use for z/OSMF data set and file operations. #2653

Don't miss a new cli release

NewReleases is sending notifications on new releases.