Skip to content
New issue

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

How to read tags of a property? #111

Open
rayzorben opened this issue Jan 1, 2021 · 1 comment
Open

How to read tags of a property? #111

rayzorben opened this issue Jan 1, 2021 · 1 comment

Comments

@rayzorben
Copy link

Example:

user:
  name: ray
  password: !secret U&n78asdn9sdf8/a=321470

yq .user.password file.yml correctly returns just the value without the tag U&n78asdn9sdf8/a=321470

How can I found out what tags belong to .user.password e.g.; yq '.user.password | tags' file.yml would return secret or !secret?

Or I would like to get all values with a specific tag yq '.. | tag("secret")

TIA

@kislyuk
Copy link
Owner

kislyuk commented Jan 1, 2021

This is not currently supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants