Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 951 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 951 Bytes

Difference Calculator

Build Status

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