Hacker News new | ask | show | jobs
by MrDrMcCoy 933 days ago
Which yq? I prefer https://github.com/mikefarah/yq to https://github.com/kislyuk/yq.
2 comments

I prefer the former, single static binary which works great on workstations and CI alike, the latter requires python as well as jq as it's a wrapper
I've been using yq + git-xargs to automate config files in repos (CI/CD, linters, etc). The combo has been spectacular for me.

https://github.com/bbkane/git-xargs-tasks