-
Notifications
You must be signed in to change notification settings - Fork 435
feat(pipelines): pipelines ls --local flag support
#3417
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
Conversation
huanjani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
| pipelineResourcesFlagDescription = "Optional. Show the resources in your pipeline." | ||
| localSvcFlagDescription = "Only show services in the workspace." | ||
| localJobFlagDescription = "Only show jobs in the workspace." | ||
| localPipelineFlagDescription = "Only show pipelines in the workspace." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is (correctly) consistent with the other --local flags, but just a note to ourselves that we should go through all of the flags to make sure we include "Optional" where should.
pipelines ls --local flag supportpipelines ls --local flag support
Co-authored-by: Wanxian Yang <79273084+Lou1415926@users.noreply.github.com>
…pilot-cli into chore/pipelines-ls-local
iamhopaul123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.