jandc / yaml-diff-tool
Simple tool that extracts missing/superfluous keys from a yaml file
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Type:application
Requires
- php: >=7.1.0
- phpunit/phpunit: ^7.3
- symfony/console: ^4.1
- symfony/yaml: ^4.1
README
Simple tool that extracts missing/superfluous keys from a yaml file
installation
composer global require jandc/yaml-diff-tool
usage
yaml-diff-tool /path/to/source.yaml /path/to/compared.yaml
outputs a yaml structure to stdout
if you want to save it to a file:
yaml-diff-tool /path/to/source.yaml /path/to/compared.yaml > output.yaml