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