I haven't spent any time looking into this but it appears that iteration is a problem for yq. For instance,
Let's say this is the contents of test.yaml is a simple list
Then you do yq '.[]' test.yaml it blows up. Just thought I would document it here so it gets looked into.
I haven't spent any time looking into this but it appears that iteration is a problem for yq. For instance,
Let's say this is the contents of test.yaml is a simple list
Then you do
yq '.[]' test.yamlit blows up. Just thought I would document it here so it gets looked into.