The project is in a healthy, maintained state
reads and writes yaml
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

dorian-yaml-compare

Compare keys and string leaves between two YAML files.

Install

gem install dorian-yaml-compare

Also included in the aggregate gem:

gem install dorian

Usage

yaml-compare file1.yml file2.yml [root1 root2]

Run yaml-compare -h for generated option details and yaml-compare -v for the installed version.

Notes

  • Useful for locale files. Prints missing keys or type mismatches to stderr and exits non-zero when differences are found.

Examples

Compare locale roots

yaml-compare config/locales/en.yml config/locales/fr.yml en fr