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