I second the original request.  I installed yq on my Mac using “brew install 
yq”, wrote a script and then deployed it to a Debian machine on which I’d run 
“apt install yq".  But when I ran the script on the Debian machine I got a 
syntax error in the “yq” command.  It was then that I realised Homebrew had 
installed the mikefarah version but Debian had installed the kislyuk version.  
Looking at the GitHub pages for the two projects the mikefarah one has over 
four times the number of stars of the kislyuk one so is the more popular of the 
two.  It’s also a separate fully-featured program rather than just being a 
wrapper round jq.

Reply via email to