1.2.2 • Published 7 years ago
raylyanway_difference_calculator v1.2.2
Difference Calculator
Console utility to find differences in configuration files.
install
npm install -g raylyanway_difference_calculator
list of commands:
- help output:
gendiff -h - flat file comparison (JSON):
gendiff before.json after.json - flat file comparison (YAML):
gendiff before.yml after.yml - flat file comparison (INI):
gendiff before.ini after.ini - recursive comparison (JSON, YAML, INI):
gendiff beforeNested.json afterNested.json - output with Plain format:
gendiff --format plain before.json after.json - output with Json format:
gendiff --format json before.json after.json