Replies: 2 comments
-
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
-
e.g.
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
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