bash,curl,tar: generic POSIX utilities.
Install the plugin:
asdf plugin add jet https://github.com/rynkowsg/asdf-jet.gitInstall jet:
# Show all installable versions
asdf list-all jet
# Install specific version
asdf install jet latest
# Set a version globally (on your ~/.tool-versions file)
asdf global jet latest
# Now jet tool is available
jet --helpCheck asdf readme for more instructions on how to install & manage versions.
See LICENSE © Grzegorz Rynkowski