We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got a yaml file full of host details, structured like:
hostname: ip: some.ip.add.ress other: keys with: data
I wanted to get all the IPs for hosts matching a certain pattern, but yq doesn't seem to support that:
# yq r hosts.yml 'some-prefix*.ip' null # yq r hosts.yml 'some-prefix-rest-of-single-hostname.ip' a.valid.ip.address
The text was updated successfully, but these errors were encountered:
c4e9516
Fixed in https://github.com/mikefarah/yq/releases/tag/2.4.0
Sorry, something went wrong.
No branches or pull requests
I've got a yaml file full of host details, structured like:
I wanted to get all the IPs for hosts matching a certain pattern, but yq doesn't seem to support that:
The text was updated successfully, but these errors were encountered: