Skip to content

Releases: semihbkgr/yamldiff

v0.2.0

05 Nov 11:13
Compare
Choose a tag to compare

What's Changed

  • Improved sorting consistency of Diffs within DocDiffs for consistent formatted output.
  • General API refactoring.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Jan 21:59
Compare
Choose a tag to compare

Initial release

comparing the structural differences between two yaml files

Usage:
yamldiff <file-left> <file-right> [flags]

Flags:
-c, --comment display comments in the output
-e, --exit returns non-zero exit status if there is a difference between yaml files
-h, --help help for yamldiff
-i, --ignore ignore indexes in array
-m, --metadata include metadata in the output (not work with silent flag)
-p, --plain uncolored output
-s, --silent print output in silent ignoring values
-v, --version version for yamldiff