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