Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.33 KB

File metadata and controls

53 lines (34 loc) · 1.33 KB

asdf-openshift-cli

Special thank you to Hazem Hemied hhemied this is a fork of his project asdf-openshift-install with small differences to install oc.

CI

OpenShift-installer CLI (oc) plugin for asdf version manager.

Install

asdf plugin add openshift-cli https://github.com/mvalin/asdf-openshift-cli.git

List all available versions to install

asdf list all openshift-cli

Install the latest stable version

asdf install openshift-cli stable

Install the latest and greatest version

asdf install openshift-cli latest

Install specific version

asdf install openshift-cli stable-4.10

Activate a specific version for the current running session

asdf shell openshift-cli stable-4.10

Activate a specific version for the current shell.

asdf global openshift-cli stable-4.10

For more details on how to use, please visit asdf-vm website

Check the asdf README for instructions on how to install and manage versions of openshift-cli.