2017-12-17 22:11:08 +00:00
|
|
|
# yq
|
|
|
|
yq is a lightweight and portable command-line YAML processor
|
2017-04-13 05:36:59 +00:00
|
|
|
|
|
|
|
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
|
|
|
|
|
|
|
|
### [download latest binary](https://github.com/mikefarah/yaml/releases/latest)
|
|
|
|
|
|
|
|
### get the source
|
|
|
|
```bash
|
2017-12-17 22:11:08 +00:00
|
|
|
go get github.com/mikefarah/yq
|
2017-04-13 05:36:59 +00:00
|
|
|
```
|
|
|
|
|
2017-12-17 22:11:08 +00:00
|
|
|
[.zip](https://github.com/mikefarah/yq/zipball/master) or [tar.gz](https://github.com/mikefarah/yq/tarball/master)
|
2017-04-13 05:36:59 +00:00
|
|
|
|
2017-12-17 22:11:08 +00:00
|
|
|
[View on GitHub](https://github.com/mikefarah/yq)
|
2017-04-13 05:36:59 +00:00
|
|
|
|