/ˈdʏf/ - diff tool for YAML files, and sometimes JSON

dyff is a specialized diff tool for YAML (and JSON) files that generates compact, human-readable reports highlighting specific changes.
It provides clear path references for differences and is highly useful for comparing configuration files, Kubernetes manifests, or deployment versions.
Installation is widely supported across platforms via package managers like Homebrew, MacPorts, and FreeBSD ports, or directly through Go.
$ curl --silent --location https://git.io/JYfAY | bash$ brew install homeport/tap/dyff$ sudo port install dyff$ pkg install dyffto comment.