Gendiff compares 2 different files and displays the result in the selected format
make installGendiff 0.0.8 supports : JSON, Yaml
Gendiff 0.0.8 can returns the result of comparasion in 3 formats:
The help option-h, --help
Usage: gendiff [options] <filepath1> <filepath2>
Compares two configuration files and shows a difference.
Options:
-f, --format <type> output format (default: "stylish")
-V, --version output the version number
-h, --help display help for commandgendiff <filepath1> <filepath2>
gendiff <filepath1> <filepath2>
gendiff -f stylish <filepath1> <filepath2>, or gendiff <filepath1> <filepath2>
gendiff -f plain <filepath1> <filepath2>
gendiff -f json <filepath1> <filepath2>