mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Update README.md
This commit is contained in:
parent
6b566fd983
commit
7ef556f22b
11
README.md
11
README.md
@ -3,6 +3,12 @@ yaml is a lightweight and flexible command-line YAML processor
|
||||
|
||||
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
|
||||
|
||||
## Install
|
||||
[Download latest binary](https://github.com/mikefarah/yaml/releases/latest) or alternatively:
|
||||
```
|
||||
go get github.com/mikefarah/yaml
|
||||
```
|
||||
|
||||
## Features
|
||||
- Written in portable go, so you can download a lovely dependency free binary
|
||||
- Deep read a yaml file with a given path
|
||||
@ -11,11 +17,6 @@ The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed
|
||||
- Convert from json to yaml
|
||||
- Convert from yaml to json
|
||||
|
||||
[Download latest binary](https://github.com/mikefarah/yaml/releases/latest) or alternatively:
|
||||
```
|
||||
go get github.com/mikefarah/yaml
|
||||
```
|
||||
|
||||
## Read examples
|
||||
```
|
||||
yaml r <yaml file> <path>
|
||||
|
Loading…
Reference in New Issue
Block a user