From 6b23bf203c8c768550eb2e8f4311651c1453fa04 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Sat, 2 Jul 2016 15:33:47 -0500 Subject: [PATCH 1/2] Add link to consul-backinator utility --- website/source/downloads_tools.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index f034c04aa5..386fdf202d 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -96,6 +96,9 @@ description: |-
  • confd - Manage local application configuration files using templates and data from etcd or Consul
  • +
  • + consul-backinator - Command line Consul KV backup and restoration utility +
  • consul-cli - Command line interface to Consul HTTP API
  • From e82c794fd5727406a97a0b7f4e9029756f8470f7 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Sat, 2 Jul 2016 15:37:43 -0500 Subject: [PATCH 2/2] Alter instructions for adding tools to the list --- website/source/downloads_tools.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index 386fdf202d..cd2f4f719d 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -147,7 +147,7 @@ description: |-

    - Are you the author of a tool and you would like to be featured on this page? Email us at hello@hashicorp.com! + 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 Consul repository on GitHub. You can submit a Pull Request to add your tool to the list and we will gladly review it.