jandc/yaml-diff-tool

Simple tool that extracts missing/superfluous keys from a yaml file

Installs: 106

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 0

Type:application

0.1.5 2018-09-20 08:23 UTC

This package is auto-updated.

Last update: 2024-02-20 21:06:22 UTC


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