UNPKG
merge-yaml-cli
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
CLI utility for merging YAML files
github.com/brainsiq/merge-yaml-cli
brainsiq/merge-yaml-cli
merge-yaml-cli
/
docker-compose.yml
9 lines
(8 loc)
•
215 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
test
: image: node:4-alpine volumes: - .:/module working_dir: /module
command
: sh -c
" node cli.js -i tests/base.yml tests/includes/*.yml -o tests/out.yml && cmp tests/out.yml tests/expected.yml"