kubectl-oidc_login plugin for the asdf version manager.
bash
: to run this plugincurl
: to download the releaseunzip
: to extract the release package- POSIX utilities
Plugin:
asdf plugin add kubectl-oidc_login
# or
asdf plugin add kubectl-oidc_login https://github.com/ezcater/asdf-kubectl-oidc_login.git
kubectl-oidc_login:
# Show all installable versions
asdf list-all kubectl-oidc_login
# Install specific version
asdf install kubectl-oidc_login latest
# Set a version globally (on your ~/.tool-versions file)
asdf global kubectl-oidc_login latest
# Now kubectl-oidc_login commands are available
kubectl-oidc_login --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.