Merge pull request #1262 from norbertpotocki/master

Add cfg4j-pusher to tools section
This commit is contained in:
Ryan Breen 2015-09-29 08:50:34 -04:00
commit 6dbe404d37
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ description: |-
<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>
<li>
<a href="https://github.com/cfg4j/cfg4j-pusher">cfg4j-pusher</a> - Command line app that pushes values from configuration files (YAML, properties, etc.) to Consul KVs
</li>
<li>
<a href="https://github.com/kelseyhightower/confd">confd</a> - Manage local application configuration files using templates and data from etcd or Consul
</li>