Y
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
Yasuraka
933 days ago
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
link
bbkane
933 days ago
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
link
rad_gruchalski
933 days ago
The former:
https://gruchalski.com/posts/2023-07-10-yq-the-yaml-power-to...
.
link