/asdf-oauth2c

For installing oauth2c as a CLI tool using asdf

Primary LanguageShellMIT LicenseMIT

asdf-oauth2c

CI Lint License Doc

This is a oauth2c plugin for the asdf version manager.

Contents

Plugin Dependencies

  • curl - for oauth2c downloads from upstream releases
  • grep - to pull checksum text from the checksum file
  • sha256sum, sha256 or shasum - to verify checksum for integrity check with a file

Install

Plugin:

asdf plugin-add oauth2c https://github.com/fartbagxp/asdf-oauth2c

oauth2c:

# Show all installable versions
asdf list-all oauth2c

# Install specific version
asdf install oauth2c latest

# Set a version globally (in your ~/.tool-versions file)
asdf global oauth2c latest

# Run oauth2c
oauth2c --version
> oauth2c 1.12.2
[...]

Uninstall

asdf plugin remove oauth2c

License

See LICENSE.