Skip to content

Instantly share code, notes, and snippets.

@jfblaine
Last active April 9, 2020 11:30
Show Gist options
  • Select an option

  • Save jfblaine/3db934341b3ea14faaf4370989af7496 to your computer and use it in GitHub Desktop.

Select an option

Save jfblaine/3db934341b3ea14faaf4370989af7496 to your computer and use it in GitHub Desktop.
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