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