From 230cd49228d634d4deeebd7026be7c299575ef89 Mon Sep 17 00:00:00 2001 From: Heronimus Tresy Date: Sat, 27 Nov 2021 17:30:26 +0700 Subject: [PATCH 1/2] docs: community tools - string2files Add Community Tools plugin: string2files - standalone plugin to writing multiple files from Consul K/V tree or combine them with Vault secret data using only single Consul-Template file. --- 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 438f548de708..4bc5f1be4022 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 - [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 +- [string2files](https://github.com/heronimus/ct-plugin-string2files) - Standalone plugin to write multiple files from Consul K/V tree or combine them with Vault secret data using only single Consul-Template file. 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 a3de8710936ff698f25152b170913d328e5e30b5 Mon Sep 17 00:00:00 2001 From: Heronimus Tresy Date: Wed, 1 Dec 2021 10:06:07 +0700 Subject: [PATCH 2/2] Update description typo website/content/docs/download-tools.mdx Co-authored-by: Chris S. Kim --- website/content/docs/download-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/download-tools.mdx b/website/content/docs/download-tools.mdx index 4bc5f1be4022..47f9fcfd99c2 100644 --- a/website/content/docs/download-tools.mdx +++ b/website/content/docs/download-tools.mdx @@ -61,6 +61,6 @@ These Consul tools are created and managed by the amazing members of the Consul - [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 -- [string2files](https://github.com/heronimus/ct-plugin-string2files) - Standalone plugin to write multiple files from Consul K/V tree or combine them with Vault secret data using only single Consul-Template file. +- [string2files](https://github.com/heronimus/ct-plugin-string2files) - Standalone plugin to write multiple files from Consul K/V tree or combine them with Vault secret data using only a single Consul-Template file. 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.