Last active
April 9, 2020 11:30
-
-
Save jfblaine/3db934341b3ea14faaf4370989af7496 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum -y install bash-completion | |
| https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.2/openshift-client-linux-4.2.13.tar.gz | |
| oc completion bash >> /etc/bash_completion.d/oc_completion | |
| https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.2/openshift-install-linux-4.2.13.tar.gz | |
| openshift-install completion bash >> /etc/bash_completion.d/openshift-install_completion | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment