From d514c8a8aba321f73c544fac139f6b3bb84a332c Mon Sep 17 00:00:00 2001 From: Mustafa Sadedil Date: Sun, 10 Jan 2021 23:07:18 +0300 Subject: [PATCH 1/3] Add a CLI tool for "Client Libraries & SDKs" page Hi everyone, I'm developing an open source CLI tool for easily editing Consul KV values from your favorite text editor. I've added to Client Libraries & SDKs page on website. Repository: https://github.com/sadedil/kvit Kind regards, Mustafa --- website/content/api-docs/libraries-and-sdks.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/api-docs/libraries-and-sdks.mdx b/website/content/api-docs/libraries-and-sdks.mdx index fe6411ed7..3b0d2a455 100644 --- a/website/content/api-docs/libraries-and-sdks.mdx +++ b/website/content/api-docs/libraries-and-sdks.mdx @@ -128,4 +128,8 @@ the community. consul-dart - Dart client for the Consul HTTP API +
  • + kvit - A command line + utility for synchronizing key value pairs between Consul and file system +
  • From bdecf3466372c7950ace106c586ba75a2f2feb84 Mon Sep 17 00:00:00 2001 From: Mustafa Sadedil Date: Thu, 21 Jan 2021 23:03:36 +0300 Subject: [PATCH 2/3] Add new CLI tool to Community Tools Page (kvit) --- website/content/docs/download-tools.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/download-tools.mdx b/website/content/docs/download-tools.mdx index c05da994b..4d4ab57b8 100644 --- a/website/content/docs/download-tools.mdx +++ b/website/content/docs/download-tools.mdx @@ -61,5 +61,6 @@ These Consul tools are created and managed by the amazing members of the Consul - [Spring Cloud Consul](https://github.com/spring-cloud/spring-cloud-consul) - Service discovery, configuration and events for Spring Cloud - [IntelliJ IDEA Consul K/V Support](https://plugins.jetbrains.com/plugin/10511-consul-k-v-support) - editor for K/V store - [git2consul-go](https://github.com/KohlsTechnology/git2consul-go) - Data feeder for Consul K/V store +- [kvit](https://github.com/sadedil/kvit) - A command line utility for synchronizing key value pairs between Consul and file system 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](https://github.com/hashicorp/consul) on GitHub. You can submit a Pull Request to add your tool to the list and we will gladly review it. From fc51320d5258dabf39d337e00297270b5b97edfa Mon Sep 17 00:00:00 2001 From: Mustafa Sadedil Date: Thu, 21 Jan 2021 23:04:50 +0300 Subject: [PATCH 3/3] Remove tool ref from the wrong page --- website/content/api-docs/libraries-and-sdks.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/content/api-docs/libraries-and-sdks.mdx b/website/content/api-docs/libraries-and-sdks.mdx index 3b0d2a455..fe6411ed7 100644 --- a/website/content/api-docs/libraries-and-sdks.mdx +++ b/website/content/api-docs/libraries-and-sdks.mdx @@ -128,8 +128,4 @@ the community. consul-dart - Dart client for the Consul HTTP API -
  • - kvit - A command line - utility for synchronizing key value pairs between Consul and file system -