Easy steps to install yq@3 package on Mac
Package Information:
Application Name – yq@3
What is yq@3 – yq is a portable command-line YAML processor. Contribute to mikefarah/yq development by creating an account on GitHub. … brew install yq@3 … Mac: Using MacPorts sudo port selfupdate sudo port install yq. Supported by @herbygillot …
Use of yq@3 – Process YAML documents from the CLI – Version 3
URL – https://github.com/mikefarah/yq
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install yq@3 using brew
brew install yq@3
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
yq@3 is ready to use now!