Feature: Adds merge command

Adds merge command for merging multiple yaml files together.

Resolves: #31
This commit is contained in:
kenjones
2017-09-23 14:45:59 +10:00
committed by Mike Farah
parent 2933ea1684
commit 6980be3800
11 changed files with 229 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
a: simple
b: [1, 2]
+3
View File
@@ -0,0 +1,3 @@
a: other
c:
test: 1
+5
View File
@@ -0,0 +1,5 @@
b: [2, 3, 4]
c:
test: 2
other: true
d: false