mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
6980be3800
Adds merge command for merging multiple yaml files together. Resolves: #31
6 lines
49 B
YAML
6 lines
49 B
YAML
b: [2, 3, 4]
|
|
c:
|
|
test: 2
|
|
other: true
|
|
d: false
|