Awesome
<div align="center">asdf-sonobuoy
sonobuoy plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,tar
: generic POSIX utilities.ASDF_SONOBUOY_OVERWRITE_ARCH
: override the CPU architecture (e.g.x86_64
). Determined automatically withuname -m
if unset.
Install
Plugin:
asdf plugin add sonobuoy
# or
asdf plugin add sonobuoy https://github.com/Nick-Triller/asdf-sonobuoy.git
sonobuoy:
# Show all installable versions
asdf list-all sonobuoy
# Install specific version
asdf install sonobuoy latest
# Set a version globally (on your ~/.tool-versions file)
asdf global sonobuoy latest
# Now sonobuoy commands are available
sonobuoy help
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Nick Triller