tazya/gendiff

This package is abandoned and no longer maintained. No replacement package was suggested.

Cli application for search differences in configuration files

0.0.1 2020-05-03 10:54 UTC

This package is auto-updated.

Last update: 2023-03-26 14:41:29 UTC


README

PHP CI Maintainability Test Coverage

PHP-Project-lvl2

Gendiff - Cli application for search differences in configuration files

Install

Composer requires to install
Install command:

composer global require tazya/gendiff:dev-master

PHP version > 7.4.0 is required

Basic JSON and YAML config files compare

Use gendiff <file1> <file2> command to compare configs asciicast

Recursive config files compare

Use gendiff <file1> <file2> command to compare configs asciicast

Format options usage

Use gendiff --format <format> <file1> <file2> command to compare configs. Allow 'pretty', 'plain' and 'json' formats
asciicast

Get results in JSON

Use gendiff --format json <file1> <file2> command to show results in JSON. It can be useful as library in your project
asciicast