Generate Difference Script allows you find the difference between two files in .json
or .yaml/.yml
formats.
The output may be given in formats:
- Standard - the output shown as a tree with a difference between nodes. Standard output used as default.
- Plain - output shown as a multiple strings. Use key
-f plain
or--format plain
in CLI to display in plain format. - JSON - output shown in
.json
format. Use key-f json
or--format json
in CLI to display in plain format.
Run following command in Bash to install the script:
pip install --no-cache-dir --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple n8creator-gendiff