mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-12 19:25:37 +00:00
Clarifying readme
This commit is contained in:
parent
b72d225092
commit
f848e334ee
@ -27,7 +27,7 @@ NAME=mike yq e -i '.a.b[0].c = strenv(NAME)' file.yaml
|
|||||||
|
|
||||||
Merge multiple files
|
Merge multiple files
|
||||||
```
|
```
|
||||||
yq ea '. as $item ireduce ({}; . * $item )' file1.yml file2.yml ...
|
yq ea '. as $item ireduce ({}; . * $item )' path/to/*.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Multiple updates to a yaml file
|
Multiple updates to a yaml file
|
||||||
|
Loading…
Reference in New Issue
Block a user