fishi0x01 / vsh

vsh - HashiCorp Vault interactive shell and cli tool
MIT License
284 stars 12 forks source link

Dump command #53

Open fishi0x01 opened 4 years ago

fishi0x01 commented 4 years ago

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