Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ asdf-kubectx Public archive

Kubectx plugin for the asdf version manager

License

Notifications You must be signed in to change notification settings

trallnag/asdf-kubectx

Repository files navigation


⚠️ IMPORTANT NOTICE ⚠️

Repository is archived and unmaintained. I personally don't need it anymore, as instead of using asdf to install kubectx, I just use Homebrew. No need to have the ability to switch between multiple versions of kubectx all the time.


primary

asdf-kubectx

kubectx plugin for the asdf version manager.

This plugin installs kubectx. It does not setup shell auto completion nor installs required OS dependencies like kubectl itself.

Install

Plugin

Use one of the following two commands.

asdf plugin add kubectx
asdf plugin add kubectx https://github.com/trallnag/asdf-kubectx

kubectx

Show all installable versions.

asdf list all kubectx

Install specific version.

asdf install kubectx latest

Set a version globally (in your ~/.tool-versions file).

asdf global kubectx latest

Now kubectx commands are available.

kubectx --help

Check asdf readme for more instructions on how to install & manage versions.

Links