From a0263ff46acf6e9623c4bdf5c41e846f1b4ba948 Mon Sep 17 00:00:00 2001 From: Patrick DeVivo Date: Thu, 19 Apr 2018 17:23:47 -0400 Subject: [PATCH] Add consul-kv-json (#4050) * Add consul-kv-json to community tools * alphabetize --- website/source/downloads_tools.html.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index b3f6c02078..dc3b8754d1 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -58,6 +58,12 @@ description: |-
  • consul-do - Do something, such as run HA cronjobs, based on Consul leadership status
  • +
  • + consul-kv-json - Golang helper utility for translating JSON trees into Consul KV pairs, and vice versa +
  • +
  • + consul-templaterb - Ruby gem and executable hi-performance ERB templating to create configuration files, HTML, JSON, XML content from Consul discovery and KV Data. Executable `consul-templaterb` also support reload commands as well as process management. +
  • Consultant - Library for Java services to self register and deregister, fetching configuration, and subscribing to configuration changes.
  • @@ -109,9 +115,6 @@ description: |-
  • Spring Cloud Consul - Service discovery, configuration and events for Spring Cloud
  • -
  • - consul-templaterb - Ruby gem and executable hi-performance ERB templating to create configuration files, HTML, JSON, XML content from Consul discovery and KV Data. Executable `consul-templaterb` also support reload commands as well as process management. -