Replies: 1 comment
-
Hi - take a look at the special character syntax here: https://mikefarah.gitbook.io/yq/operators/traverse-read#special-characters |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
This seems like a super handy library. I'm wondering, how I can access keys with a semi colon in it?
I tried
yq '..vars:foo:bar' < .my.yml
but it tells meinvalid input text
.What is the correct way to do this?
My
.yml
file:Beta Was this translation helpful? Give feedback.
All reactions