Skip to main content

YAML Diff

v1.0.3

Compare two YAML documents and highlight added, removed, and changed lines.

Compares two YAML documents and highlights added, removed, and changed lines side by side — useful for reviewing Kubernetes manifest changes, config diffs, and CI environment deltas.

How to use
  • Paste the original YAML in the left panel and the new YAML in the right panel.
  • Added lines are green, removed are red, and context lines are shown for readability.
  • Use when reviewing pull requests that change config files or infrastructure definitions.