mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
Feature: Adds merge command
Adds merge command for merging multiple yaml files together. Resolves: #31
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
a: simple
|
||||
b: [1, 2]
|
||||
@@ -0,0 +1,3 @@
|
||||
a: other
|
||||
c:
|
||||
test: 1
|
||||
@@ -0,0 +1,5 @@
|
||||
b: [2, 3, 4]
|
||||
c:
|
||||
test: 2
|
||||
other: true
|
||||
d: false
|
||||
Reference in New Issue
Block a user