yexp is a small tool for expand yaml files
a.yaml
- one
- two
- threeb.yaml
items: !include path/to/a.yamlc.yaml
foo: bar
extend: # <- can be string or sequence of strings
- path/to/b.yamlyexp /path/to/c.yaml outputs:
foo: bar
items:
- one
- two
- threeDownload the latest releases from the GitHub release page.
cargo install yexpbrew tap fixcik/tap
brew install yexp