-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select members enhancement #2359
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2359 +/- ##
=======================================
Coverage 91.13% 91.13%
=======================================
Files 636 638 +2
Lines 18012 18057 +45
Branches 3864 3766 -98
=======================================
+ Hits 16415 16457 +42
- Misses 1596 1599 +3
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Signed-off-by: Pujal <[email protected]>
Quality Gate passedIssues Measures |
What It Does
Created a new command zowe zos-files download all-members-matching that allows the user to input patterns to download specific members of a PDS (similar to zos-files download data-sets-matching).
#2175
How to Test
Run the command zowe zos-files download all-members-matching with specific data set and patterns to download specific members.
Ex. zowe zos-files download amm "test-pds" "mem*"
Review Checklist
I certify that I have:
Additional Comments