Gendiff - Cli application for search differences in configuration files
Composer requires to install
Install command:
composer global require tazya/gendiff:dev-master
PHP version > 7.4.0 is required
Use gendiff <file1> <file2>
command to compare configs
Use gendiff <file1> <file2>
command to compare configs
Use gendiff --format <format> <file1> <file2>
command to compare configs. Allow 'pretty', 'plain' and 'json' formats
Use gendiff --format json <file1> <file2>
command to show results in JSON. It can be useful as library in your project