Skip to content

Console utility to find differences in configuration files

Notifications You must be signed in to change notification settings

raylyanway/difference_calculator

Repository files navigation

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

About

Console utility to find differences in configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published