kube-score plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add kube-score
# or
asdf plugin add kube-score https://github.com/bageljp/asdf-kube-score.git
kube-score:
# Show all installable versions
asdf list-all kube-score
# Install specific version
asdf install kube-score latest
# Set a version globally (on your ~/.tool-versions file)
asdf global kube-score latest
# Now kube-score commands are available
kube-score version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.