consul-patch-json 0.3.0
Consul has been my go-to for service discovery and configuration management for a long time. I’ve primarily been using it to store JSON formatted configuration and data, but I’ve found myself writing the same code every place I go: Patch the JSON value at a specific key, but safely using CAS. I’ve finally gotten around to formalizing a tool and open sourcing it: ngerakines/consul-patch-json. This small tool does exactly what it says: It applies some JSON changes to a Consul key value....