asdf plugin for Open Policy Agent.
Policy engine.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add opa https://github.com/hyperpolymath/asdf-opa-plugin.gitopa:
# Show all installable versions
asdf list-all opa
# Install specific version
asdf install opa latest
# Set a version globally (in your ~/.tool-versions file)
asdf global opa latest
# Now opa commands are available
opa --versionCheck asdf readme for more instructions.
# List installed versions
asdf list opa
# Set local version for current directory
asdf local opa <version>
# Uninstall a version
asdf uninstall opa <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath