File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ yaml is a lightweight and flexible command-line YAML processor
3
3
4
4
The aim of the project is to be the [ jq] ( https://github.com/stedolan/jq ) or sed of yaml files.
5
5
6
+ ## Install
7
+ [ Download latest binary] ( https://github.com/mikefarah/yaml/releases/latest ) or alternatively:
8
+ ```
9
+ go get github.com/mikefarah/yaml
10
+ ```
11
+
6
12
## Features
7
13
- Written in portable go, so you can download a lovely dependency free binary
8
14
- 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
11
17
- Convert from json to yaml
12
18
- Convert from yaml to json
13
19
14
- [ Download latest binary] ( https://github.com/mikefarah/yaml/releases/latest ) or alternatively:
15
- ```
16
- go get github.com/mikefarah/yaml
17
- ```
18
-
19
20
## Read examples
20
21
```
21
22
yaml r <yaml file> <path>
You can’t perform that action at this time.
0 commit comments