From 48b90fb4485c3196da26545609bed72f32777690 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Thu, 22 Jul 2021 12:53:14 -0700 Subject: [PATCH] docs: Add version callout for `kv import -prefix` Add a sentence stating the version of Consul that introduced the `-prefix` option for `consul kv import`. Resolves #10172 --- website/content/commands/kv/import.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/commands/kv/import.mdx b/website/content/commands/kv/import.mdx index 518a952a4..966770035 100644 --- a/website/content/commands/kv/import.mdx +++ b/website/content/commands/kv/import.mdx @@ -23,7 +23,7 @@ Usage: `consul kv import [options] [DATA]` #### KV Import Options - `-prefix` - Key prefix for imported data. The default value is empty meaning - root. + root. Added in Consul 1.10. #### Enterprise Options