Open fishi0x01 opened 4 years ago
dump <path> should produce a script which can be used to restore that path later on using the native vault client.
dump <path>
E.g.,:
$ vsh -c "dump secret/" vault kv put secret/a/b value = 1 test = 2 vault kv put secret/a value = 3
dump <path>
should produce a script which can be used to restore that path later on using the native vault client.E.g.,: