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