gendiff-cli
v1.0.0
Published
diff cli utilit
Downloads
15
Readme
gendiff-cli-utilit
Compares two configuration files and shows a difference.
Input formats [json, ini, yaml]. Output [plain text, pretty, json].
Install
$ npm install gendiff-cli
Usage
Usage: gendiff [options] <first_config> <second_config>
-f [plain, json, pretty = default]
Compares two configuration files and shows a difference.
$ gendiff -f plain first-config.ini second-config.ini
Setting "common.setting2" deleted.
Setting "common.setting4" added with value "blah blah".
Setting "group1.baz" changed from "bas" to "bars".
Section "group2" deleted.