/asdf-regclient

regclient plugin for the asdf version manager

Primary LanguageShellApache License 2.0Apache-2.0

asdf-regclient Build Lint

regclient plugin for the asdf version manager.

Contents

Dependencies

  • bash and curl: generic POSIX utilities.

Install

Plugin

For installation you'll specify one of regctl, regsync, or regbot which correspond to the CLI tools published in https://github.com/regclient/regclient.

asdf plugin add regctl https://github.com/marc-sensenich/asdf-regclient.git
asdf plugin add regsync https://github.com/marc-sensenich/asdf-regclient.git
asdf plugin add regbot https://github.com/marc-sensenich/asdf-regclient.git

regclient tools

Adjust regctl for the desired tool you've installed

# 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 regclient commands are available
regctl --help

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 © Marc Sensenich