We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upstream fixed it 2 years ago - spf13/cobra#313, but origin still has the issue (because origin is using older version)
origin/glide.lock
Lines 1064 to 1065 in 35ba454
$ oc new-build --build-[TAB] --build-arg= --build-env= --build-env-file= --build-secret= ^ ^ +--marked hidden +--marked hidden $ oc new-app --image[TAB] --image= --image-stream= ^ +--- deprecated
The text was updated successfully, but these errors were encountered:
@openshift/sig-developer-experience
Sorry, something went wrong.
I've just double checked the completions file in https://github.com/openshift/origin/tree/master/contrib/completions/ and they are just fine. The aforementioned cobra fix is already included and none of the flags you've mentioned are there.
I'd suggest you verify if the correct completions are properly installed on your system.
Yes, the cobra was updated by #19137 last month. Thank you.
I installed and used correct completions. But the #19137 was merged between my report and your verify.. 😢
soltysh
No branches or pull requests
Upstream fixed it 2 years ago - spf13/cobra#313, but origin still has the issue (because origin is using older version)
origin/glide.lock
Lines 1064 to 1065 in 35ba454
Steps to reproduce (Following flags are the examples)
The text was updated successfully, but these errors were encountered: