Semantic comparison between YAML files.
Python 3.6 or higher (although other 3.x versions should also work)
For general use, you can install yamldiff
using pip:
pip install yamldiff
To upgrade to the latest version:
pip install -U yamldiff
For local development:
git clone https://github.com/lumicks/yamldiff.git
cd yamldiff
pip install -e .
Run yamldiff -h
for usage instructions.