From db936067d2691d76a04a870d0e315b5c9781109e Mon Sep 17 00:00:00 2001
From: Joseph Ellsworth
Date: Thu, 15 Nov 2018 06:53:22 -0500
Subject: [PATCH] Please add file2consul to your tools page (#4959)
* adding file2consul listing
* minor edit
* modified wording added some punctuation
* Moved file2consul so it is listed in alpha order. Replaces Pull Request # #4942
---
website/source/downloads_tools.html.erb | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb
index 9c0f393d0d..9327b0fb16 100644
--- a/website/source/downloads_tools.html.erb
+++ b/website/source/downloads_tools.html.erb
@@ -37,6 +37,8 @@ description: |-
These Consul tools are created and managed by the amazing members of the Consul community:
+
+
-
cfg4j - Configuration library for Java distributed apps. Reads and auto-updates configuration from Consul KVs (and others)
@@ -85,6 +87,12 @@ description: |-
-
fabio - Fast, zero-conf, consul-aware load-balancing HTTP/HTTPS router
+ -
+ file2consul - Update Consul values
+ from git or files. Config loader with support for multiple environments. Provides
+ variable expansion, interpolation, inheritance with overrides and ability to update multiple consul servers.
+ Reduces cost of maintaining larger configuration sets between environments by reducing restatement and manual editing of similar or predictably changing config properties. MIT license, Written in GO.
+
-
git2consul - Mirror the contents of a Git repository into Consul KVs