Simple, small and fast CL utility that can find differences between two configuration files.
- .json
- .yml
The utility finds the differences between two configuration files and shows the result of this comparing in three possible styles:
- Stylish (default style);
- Plain;
- Json (the utility create a String in accordance with .json format);
You can find examples of all supported styles below in the attached asciinemas. Please, take into account that nested YAML and JSON files are also supported by the utility.
- Download the utility to the directory you like;
- Open the directory with your terminal and type: "make install";
- Wait;
- Type in directory of the utility: ~$ ./build/install/app/bin/app file1 file2, where "file1" is a path to the first configuration file and "file2" is a path to the second one respectively. You can use Makefile commands as well.
If you need help, please type ~$ ./build/install/app/bin/app -h for more information.