Releases: semihbkgr/yamldiff
Releases · semihbkgr/yamldiff
v0.2.0
v0.1.0
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