dyff

Diff tool for YAML and JSON files with human-friendly output

brewmacoslinux
Try with needOr install directly
Source

About

Diff tool for YAML files, and sometimes JSON

Commands

dyff

Examples

Compare two YAML files and show differences$ dyff between file1.yaml file2.yaml
Show differences in a more detailed view$ dyff between --output=deep file1.yaml file2.yaml
Compare JSON files with colored diff output$ dyff between config-old.json config-new.json