Skip to content

Commit

Permalink
Please add file2consul to your tools page (#4959)
Browse files Browse the repository at this point in the history
* adding file2consul listing

* minor edit

* modified wording added some punctuation

* Moved file2consul so it is listed in alpha order.   Replaces Pull Request # #4942
  • Loading branch information
joeatbayes authored and banks committed Nov 15, 2018
1 parent 2ddc3a3 commit db93606
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/source/downloads_tools.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit db93606

Please sign in to comment.