gendiff-234389
v0.0.100
Published
project-lvl2-s96
Downloads
5
Readme
project-lvl2-s96
Install:
npm install -g gendiff-234389
Usage:
gendiff [-f (tree|plain|json)] <firstConfig> <secondConfig>
Compares two configuration files and shows a difference
Supported file types: json, ini, yml
Supported output formats: tree (default), plain, json
Options:
-h, --help output usage information
-V, --version output the version number
-f, --format [type] output format
Examples:
gendiff first-file.json another-file.json
gendiff -f plain first-file.ini another-file.ini
gendiff ---format json first-file.yml another-file.yml