Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 475 Bytes

yamldiff

Semantic comparison between YAML files.

Requirements

Python 3.6 or higher (although other 3.x versions should also work)

Installation

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 .

Usage

Run yamldiff -h for usage instructions.