Skip to content

v0.1.0

Compare
Choose a tag to compare
@semihbkgr semihbkgr released this 07 Jan 21:59
· 10 commits to master since this release

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