Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.51 KB

asdf-updatecli Build Lint

updatecli plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Updatecli