Home

Awesome

asdf-openshift-install

CI

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

Install

asdf plugin add openshift-install https://github.com/hhemied/asdf-openshift-install.git

List all available versions to install

asdf list all openshift-install

Install the latest stable version

asdf install openshift-install stable

Install the latest and greatest version

asdf install openshift-install latest

Install specific version

asdf install openshift-install stable-4.10

Activate a specific version for the current running session

asdf shell openshift-install stable-4.10

Activate a specific version for the current shell.

asdf global openshift-install 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-install.