fishi0x01/vsh

Dump command

Opened this issue · 0 comments

dump <path> should produce a script which can be used to restore that path later on using the native vault client.

E.g.,:

$ vsh -c "dump secret/"
vault kv put secret/a/b value = 1 test = 2
vault kv put secret/a value = 3