https://github.com/updatecli/asdf-updatecli
updatecli plugin for asdf version manager
https://github.com/updatecli/asdf-updatecli
Last synced: 4 months ago
JSON representation
updatecli plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/updatecli/asdf-updatecli
- Owner: updatecli
- License: mit
- Created: 2023-10-26T18:52:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T22:16:38.000Z (over 1 year ago)
- Last Synced: 2024-04-21T00:15:50.151Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-updatecli [](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml) [](https://github.com/updatecli/asdf-updatecli/actions/workflows/lint.yml)
[updatecli](https://www.updatecli.io/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-updatecli ](#asdf-updatecli--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add updatecli
# or
asdf plugin add updatecli https://github.com/updatecli/asdf-updatecli.git
```updatecli:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/updatecli/asdf-updatecli/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Updatecli](https://github.com/updatecli/)