https://github.com/orcid/asdf-upt
asdf repo for upt
https://github.com/orcid/asdf-upt
Last synced: about 1 month ago
JSON representation
asdf repo for upt
- Host: GitHub
- URL: https://github.com/orcid/asdf-upt
- Owner: ORCID
- License: other
- Created: 2022-06-27T21:53:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T16:06:59.000Z (about 1 year ago)
- Last Synced: 2025-06-19T17:19:57.540Z (about 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-upt [](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-upt/actions/workflows/lint.yml)
[upt](https://github.com/ORCID/upt) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add upt https://github.com/ORCID/asdf-upt.git
```
upt:
```shell
# Show all installable versions
asdf list-all upt
# Install specific version
asdf install upt latest
# Set a version globally (on your ~/.tool-versions file)
asdf global upt latest
# Now upt commands are available
upt --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).