open-consul/command/kv/imp
Alex Dzyoba b99693b807 command/kv: Add prefix option to kv import command
Currently when data is imported via `consul kv import` it overwrites
keys under the root key. Since `consul kv export` can retrieve data for
the given prefix, i.e. part of the KV tree, importing it under root may
be not what users want.

To mirror prefix behavior from export this PR adds prefix feature to the
import command that adds prefix to all keys that are imported.
2021-02-19 14:07:25 +03:00
..
kv_import.go command/kv: Add prefix option to kv import command 2021-02-19 14:07:25 +03:00
kv_import_test.go command/kv: Add prefix option to kv import command 2021-02-19 14:07:25 +03:00