Compare keys and string leaves between two YAML files.
gem install dorian-yaml-compareAlso included in the aggregate gem:
gem install dorianyaml-compare file1.yml file2.yml [root1 root2]Run yaml-compare -h for generated option details and yaml-compare -v for the installed version.
- Useful for locale files. Prints missing keys or type mismatches to stderr and exits non-zero when differences are found.
yaml-compare config/locales/en.yml config/locales/fr.yml en fr