Code Tools
Recently added
YAML Diff
Compare two YAML documents side by side.
Features
- Two-pane comparison
- Highlights changed lines
- Handy for config reviews
How to use YAML Diff
- 1Paste the old YAML.
- 2Paste the new YAML.
- 3Review the highlighted differences.
Examples
Value change
Inputreplicas: 2 vs replicas: 3Output
Highlighted replica change
About YAML Diff
YAML Diff is for reviewing values.yaml edits, CI changes, and env overlays. Diffing YAML as text is noisy when indentation shifts - format both sides first when you can.
Frequently asked questions
This is a practical text/structure compare, not a full semantic tree merge tool.
Reordering keys can show as changes even when values match.
Comparison stays in the browser.