1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Feature: Adds merge command

Adds merge command for merging multiple yaml files together.

Resolves: #31
This commit is contained in:
kenjones
2017-09-22 23:29:37 -04:00
committed by Mike Farah
parent 2933ea1684
commit 6980be3800
11 changed files with 229 additions and 6 deletions

2
examples/data1.yaml Normal file
View File

@@ -0,0 +1,2 @@
a: simple
b: [1, 2]

3
examples/data2.yaml Normal file
View File

@@ -0,0 +1,3 @@
a: other
c:
test: 1

5
examples/data3.yaml Normal file
View File

@@ -0,0 +1,5 @@
b: [2, 3, 4]
c:
test: 2
other: true
d: false