Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v7.29.8
Imperative
v8.9.0
Zowe CLI
- Enhancement: Added new command zowe zos-files download all-members-matching, (zowe files dl amm), to download members matching specified pattern(s). The success message for the Download.allMembers API was changed from originally "Data set downloaded successfully" to "Member(s) downloaded successfully." The change also alters the commandResponse when using the --rfj flag. #2359
z/OS Files SDK
- Enhancement: Added a
List.membersMatchingPattern
method to download all members that match a specific pattern.#2359
v8.8.4
v7.29.7
v8.8.3
v7.29.6
v8.8.2
v8.8.1
Imperative
- BugFix: Fixed an issue where the
ProfileInfo.profileManagerWillLoad
method failed if profiles were not yet read from disk. #2284 - BugFix: Fixed an issue where the
ProfileInfo.onlyV1ProfilesExist
method could wrongly return true when V2 profiles exist. #2311- Deprecated the static method
ProfileInfo.onlyV1ProfilesExist
and replaced it with anonlyV1ProfilesExist
instance method on theProfileInfo
class.
- Deprecated the static method
- BugFix: Fixed an issue where the
ConvertV1Profiles.convert
method may create team configuration files in the wrong directory if the environment variableZOWE_CLI_HOME
is set. #2312 - BugFix: Fixed an issue where the Imperative Event Emitter would fire event callbacks for the same app that triggered the event. #2279
- BugFix: Fixed an issue where the
ProfileInfo.updateKnownProperty
method could rewrite team config file to disk without any changes when storing secure value. #2324
v7.29.5
Zowe CLI
- BugFix: Added support for the
--encoding
flag to thezowe upload dir-to-uss
to allow for encoding uploaded directories for command group consistency. #2356
z/OS Files SDK
- BugFix: Added support for the
--encoding
flag to thezowe upload dir-to-uss
to allow for encoding uploaded directories for command group consistency. #2356
v8.8.0
Zowe CLI
- Enhancement: Pass a
.zosattributes
file path for the download encoding format by adding the new--attributes
flag to thezowe zos-files upload
command. #2322 - BugFix: Added support for the
--encoding
flag to thezowe upload dir-to-uss
to allow for encoding uploaded directories for command group consistency. #2337 - BugFix: Improved output formatting for
zowe zos-tso start app
andzowe zos-tso send app
commands by parsing and displaying relevant data rather than the entire JSON response. #2347 - Enhancement: Add the --ignore-not-found flag to avoid file-not-found error messages when deleting files so scripts are not interupted during automated batch processing. The flag bypasses warning prompts to confirm delete actions. #2254
Imperative
- BugFix: Enabled commands with either the
--help
or--version
flags to still display their information despite any configuration file issues. #2301
z/OS Files SDK
- Enhancement: Allows for passing a
.zosattributues
file path for the download encoding format via theattributes
option on theDownload.ussFile
method. #2322 - BugFix: Added support for the
--encoding
flag to thezowe upload dir-to-uss
to allow for encoding uploaded directories for command group consistency. #2337