Browse Source

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
pull/10688/head
Blake Covarrubias 3 years ago committed by Blake Covarrubias
parent
commit
26738ac65e
  1. 2
      website/content/commands/kv/import.mdx

2
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

Loading…
Cancel
Save