<a href="https://github.com/geniousphp/autowire">Autowire</a> - Auto-configure <a href="https://www.wireguard.com/">WireGuard</a> network interfaces and Peers using Consul cluster
<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>
<li>
<a href="https://github.com/ncbi/consul-announcer">consul-announcer</a> - Command line wrapper for registering services in Consul
</li>
<li>
<a href="https://github.com/myENA/consul-backinator">consul-backinator</a> - Command line Consul KV backup and restoration utility
<a href="https://github.com/criteo/consul-bench">consul-bench</a> - Golang tool to bench Consul. Intended for benching Consul version for large Clusters.
<a href="https://github.com/opencopilot/consul-kv-json">consul-kv-json</a> - Golang helper utility for translating JSON trees into Consul KV pairs, and vice versa
</li>
<li>
<a href="https://github.com/criteo/consul-templaterb/">consul-templaterb</a> - Ruby <a href="https://rubygems.org/gems/consul-templaterb">gem</a> and executable hi-performance ERB templating to create configuration files, HTML, JSON, XML content from Consul discovery and KV Data. Executable `consul-templaterb` also support reload commands as well as process management.
<a href="https://github.com/veracross/consult/">consult</a> - Ruby <a href="https://rubygems.org/gems/consult">gem</a> supporting Consul and Vault templating through ERB, with easy Rails integration and support for complex templates, including templates that come from Consul itself for shared configuration across apps.
<a href="https://github.com/Magnetme/consultant">Consultant</a> - Library for Java services to self register and deregister, fetching configuration, and subscribing to configuration changes.
</li>
<li>
<a href="http://xordataexchange.github.io/crypt/">crypt</a> - Store and retrieve encrypted configuration parameters from etcd or Consul
<a href="https://github.com/smoketurner/dropwizard-consul">Dropwizard Consul Bundle</a> - Service discovery and configuration integration with the <a href="http://www.dropwizard.io/">Dropwizard</a> framework
<a href="https://github.com/pszymczyk/embedded-consul">Embedded Consul</a> - Library for JVM based applications, provides easy way to run Consul in integration tests
<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.
<a href="https://docs.flightpath.xyz/">Flightpath</a> - An xDS server that can configure Envoy to act as an Edge proxy for Consul Connect enabled services
<a href="https://github.com/miniclip/gonsul">Gonsul</a> - A Git to Consul standalone tool made in Go. Updates Consul KV from a repo with multiple strategies.
Are you the author of a tool and you would like to be featured on this page? The Consul website is open source and is embedded inside the <a target="_blank" href="https://github.com/hashicorp/consul">Consul repository</a> on GitHub. You can submit a Pull Request to add your tool to the list and we will gladly review it.