Results 161 comments of Mike Farah

Thanks for raising; note that my yq is not a wrapper around jq; but rather tries to re-implement it in go (so you don't need jq or python to run...

Also, happy to take PRs for adding startswith / endswith :)

The `|` `|-` and other variations are how multi line strings are encoded in yaml. Unfortunately, the underlying yaml encoder does not give me many controls to be able to...

Makes sense - just need the time to add it. I'd also accept a PR :)

Not sure what would need to be done to fix this - though assuming it's just a development problem, you could run the build in docker, the current Makefile supports...

Under `foo` you're making `x:1\ny:2` children of the merge anchor. The merge anchor format however is to provide a list of yaml aliases, which there are none, and so foo...

Hmm yeah I think you're right, the only way to handle scenarios like you have would be to have everything as an array. This would be more correct - but...