Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.10.3
Zowe CLI
- BugFix: The
zowe files copy data-set
command no longer copies all partitioned data set members if a member is specified. #2402
Imperative
- BugFix: Resolved an issue where extraneous base profiles were created in project configurations when a nested profile property was updated. #2400
z/OS Files SDK
- BugFix: The
Copy.dataset
method no longer copies all partitioned data set members if a member is passed to the function. #2402
v8.10.2
v8.10.1
v8.10.0
Zowe CLI
-Enhancement: The zowe zos-files copy data-set
command now copies members from a source partitioned data set to an existing target partitioned data set.#2386
Imperative
- BugFix: Modified location of Proxy-Authorization header to be located in the agent instead of the request. #2389
z/OS Files SDK
- Enhancement: The
Copy.dataset
method now recognizes partitioned data sets and can copy members of a source PDS into an existing target PDS. #2386
v8.9.1
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