yq/mkdocs/index.md
2017-12-25 06:30:49 +11:00

385 B

yq

yq is a lightweight and portable command-line YAML processor

The aim of the project is to be the jq or sed of yaml files.

Install

brew install yq

or, Download latest binary or alternatively:

go get github.com/mikefarah/yq

View on GitHub