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