#yaml #binary #merge #output #print #pipeline #foo

app merger

Binary that merges yaml files and prints it to the screen (use shell redirections to save the output elsewhere), useful for reusable ci/cd pipelines

1 unstable release

0.1.0 Feb 15, 2020

#63 in #foo

25 downloads per month

MIT/Apache

5KB
57 lines

Merger

Binary to merge yaml files and print to the standard output.

Example:

$ cat foo.yml
foo: bar
foobar: bar
$ cat bar.yml
foo: foo
bar:
  foo: test
  list:
    - foo
    - bar
    - foobar

$ merger foo.yml bar.yml
foobar: bar
foo: foo
bar:
  foo: test
  list:
    - foo
    - bar
    - foobar

Install

cargo install merger or download it from the releases page.

Dependencies

~200KB