add cfg4j-pusher to tools section

This commit is contained in:
Norbert Potocki 2015-09-28 21:16:56 -07:00
parent 570272e459
commit 64beb62e5b
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>