Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 628 Bytes

File metadata and controls

27 lines (17 loc) · 628 Bytes

edn-diff

A git-aware edn-file differ for both - human and artificial agents

Usage

Install via bbin:

bbin install io.github.200ok-ch/edn-diff

Compare an EDN file with the master branch:

edn-diff config.edn

Compare with a specific branch:

edn-diff -b develop config.edn

Options

-b, --branch=<branch>    Branch to compare with [default: master]
-a, --added-only         Show only added items
-r, --removed-only       Show only removed items
-e, --edn-output         Output in EDN format for scripting
-h, --help               Show help message