zowe-cli
zowe-cli copied to clipboard
Add support for missing options for `zowe.IDownloadAllSpoolContentParms`
Is your feature or enhancement request related to a problem or limitation? Please describe
I noticed when running a command like zowe jobs submit lf
there is the following parameters:
then in the zowe.IDownloadAllSpoolContentParms
which is used in Zowe Explorer API for calling downloadSpoolContent
, the interface is missing most of these parameters that could be important for a user.
Describe your enhancement idea
Adding the following parameters as optional parameters from the screenshot above, this would not be a breaking change and great enhancement for our users.
Describe alternatives you've considered
Currently the alternative for one of the options like --wfo
is to poll the API by making multiple API calls until the status of the Job is no longer ACTIVE
, which is very inefficient.
Provide any additional context
Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Maybe we should add good first issue
to the list of labels we want to avoid making stale and closing 😋
- https://github.com/zowe/zowe-cli/blob/master/.github/workflows/stale.yml#L24