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
This commit is contained in:
parent
ab9008158d
commit
48b90fb448
|
@ -23,7 +23,7 @@ Usage: `consul kv import [options] [DATA]`
|
||||||
#### KV Import Options
|
#### KV Import Options
|
||||||
|
|
||||||
- `-prefix` - Key prefix for imported data. The default value is empty meaning
|
- `-prefix` - Key prefix for imported data. The default value is empty meaning
|
||||||
root.
|
root. Added in Consul 1.10.
|
||||||
|
|
||||||
#### Enterprise Options
|
#### Enterprise Options
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue