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

View File

@@ -5,4 +5,5 @@ set -e
govendor fetch github.com/op/go-logging
govendor fetch github.com/spf13/cobra
govendor fetch gopkg.in/yaml.v2
govendor fetch github.com/imdario/mergo
govendor sync