mvaload / difference-calculator
Utility for finding differences in configuration files
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^4.3
Requires (Dev)
- phpunit/phpunit: ^8.1
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-17 07:37:48 UTC
README
Difference Calculator
Installing
To install with composer:
composer global require mvaload/difference-calculator
Description
A utility for finding differences in configuration files.
Utility features:
- Multi-format support
- Generating a report in the form of plain text, pretty and json
Example of use:
$ gendiff --format pretty before.yml after.yml