summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* If there is no diff print nothing; exit 1 if a diff is found (#53)Greg Cockburn2016-10-021-2/+3
| | | if there is no diff print nothing, and exit 1 if a diff is found
* note why we use the same directoryMatt Behrens2014-02-041-1/+2
|
* add commentary and replace tabs with spacesMatt Behrens2014-02-041-3/+33
|
* add --backup flag and attempt to address various exceptions that may be raisedMatt Behrens2014-01-141-5/+25
|
* add in-place patching and patch read from stdin. enables use ofMatt Behrens2013-12-121-4/+17
| | | | | | | | | | jsonpatch in a shell script like so: cat <<EOT | jsonpatch -i a.json [{"path": "/foo", "value": "baz", "op": "replace"}] EOT which will edit a.json in-place and leave a backup in a.json.orig.
* typoStefan Kögl2013-10-121-1/+1
|
* add "jsonpatch" commandline utilityStefan Kögl2013-10-111-0/+42
|
* add "jsondiff" commandline utilityStefan Kögl2013-10-111-0/+39