Nick-Triller / asdf-sonobuoy

ASDF plugin for sonobuoy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-sonobuoy Build Lint

sonobuoy plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • ASDF_SONOBUOY_OVERWRITE_ARCH: override the CPU architecture (e.g. x86_64). Determined automatically with uname -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

About

ASDF plugin for sonobuoy

License:MIT License


Languages

Language:Shell 100.0%