consul-patch-json 0.1.0

A tool to patch json values for consul keys
1
2
3
4
5
6
7
8
9
10
11
12
13
# consul-patch-json

A small tool used to patch JSON values in consul.

Usage:

    $ consul-patch-json apps/foo/config version='"1.0.0"'

# TODO

- [ ] Support multiple keys
- [ ] Support transactions
- [ ] Support json-patch via stdin