-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
improve bash completions for namespace flags #12630
improve bash completions for namespace flags #12630
Conversation
acabdfb
to
f3657cb
Compare
[test] |
@fabianofranz |
68560c1
to
d21bd68
Compare
@juanvallejo passed here locally too. |
@fabianofranz hm, I rebased with latest master in hopes that will fix generated completions check. I'll re[test] once more |
[merge] |
conformance flaked on #11887 re[test] |
[merge] |
adds support for bash and zsh --namespace flag value completion
d21bd68
to
0e8f8c2
Compare
Evaluated for origin test up to 0e8f8c2 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13372/) (Base Commit: 83e2ef6) |
[merge] |
Evaluated for origin merge up to 0e8f8c2 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13391/) (Base Commit: 7eb072f) (Image: devenv-rhel7_5799) |
Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1405961
Adds support for bash and zsh --namespace flag value completion.
Will suggest all available namespaces for a
--namespace
flag, and suggest all resources in the chosen namespace@openshift/cli-review