A simple tool for comparing two configuration files like .json & .yaml and show the difference
make install
Outputs usage information The default help option is -h,--help
.
gendiff -h
Usage: gendiff [options] <filepath1> <filepath2>
Compares two configuration files and shows a difference
Options:
-V, --version output the version number
-f, --format [type] output format (default: 'stylish')
-h, --help output usage information
Available options stylish, plain, json
gendiff --format stylish file1.json file2.yml