Add your two YAML files.
Paste them, load a file, or bring them in from a URL or cURL command.
Open DiffFind
DIFFFIND FEATURES
Paste two versions of a YAML file and see exactly what changed. DiffFind compares the structure of the document, so changed settings, added keys, and removed entries are easy to review.
Paste them, load a file, or bring them in from a URL or cURL command.
Auto-detect the format or choose YAML, then run the comparison.
Inspect the added, removed, and modified values.
Illustrative examples of the feature.
replicas:2image: web:1.4.0env:staging
replicas: 4 image: web:1.5.0 env: production
Use YAML comparison to review deployment manifests, CI pipelines, application settings, and infrastructure files before they ship.
A small change to one value can change behavior. Seeing exactly which values moved helps you catch it before it reaches production.
Also compare JSON Compare, XML Compare, and CSV Compare documents, or start with plain Text Compare.
TRY IT WITH YOUR OWN YAML