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
This commit is contained in:
Joseph Ellsworth 2018-11-15 06:53:22 -05:00 committed by Paul Banks
parent ea1e016a39
commit dd883c1b13
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,8 @@ description: |-
These Consul tools are created and managed by the amazing members of the Consul community:
</p>
<ul>
<li>
<a href="http://www.cfg4j.org">cfg4j</a> - Configuration library for Java distributed apps. Reads and auto-updates configuration from Consul KVs (and others)
</li>
@ -85,6 +87,12 @@ description: |-
<li>
<a href="https://github.com/eBay/fabio">fabio</a> - Fast, zero-conf, consul-aware load-balancing HTTP/HTTPS router
</li>
<li>
<a href="https://github.com/joeatbayes/file2consul">file2consul</a> - 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.
</li>
<li>
<a href="https://github.com/ryanbreen/git2consul">git2consul</a> - Mirror the contents of a Git repository into Consul KVs
</li>