Utility for finding differences in configuration files
The utility compares two configuration files and displays the result of the comparison in the console. Supported formats: json, yaml, ini. Supports output in several formats: tree, flat and JSON.
$ sudo npm install -g conf-handler
$ gendiff <first_file> <second_file>