Replies: 1 comment 1 reply
-
I do not know if that syntax was correct but the thing I was trying to solve is solved by |= I did not know about it, and was having trouble dealing with multi document yaml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This does not seem to work:
yq 'select(documentIndex == 0) | .; select(documentIndex == 1) | del(.etcd.local)' init_mutable.yaml.test
Beta Was this translation helpful? Give feedback.
All reactions