https://github.com/orcid/asdf-regctl
asdf plugin for regctl
https://github.com/orcid/asdf-regctl
Last synced: 15 days ago
JSON representation
asdf plugin for regctl
- Host: GitHub
- URL: https://github.com/orcid/asdf-regctl
- Owner: ORCID
- License: other
- Created: 2022-06-27T21:13:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T22:37:26.000Z (about 4 years ago)
- Last Synced: 2025-02-26T12:16:08.991Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-regctl [](https://github.com/ORCID/asdf-regctl/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-regctl/actions/workflows/lint.yml)
[regctl](https://github.com/regclient/regclient) 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 regctl https://github.com/ORCID/asdf-regctl.git
```
regctl:
```shell
# Show all installable versions
asdf list-all regctl
# Install specific version
asdf install regctl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global regctl latest
# Now regctl commands are available
regctl --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).