feat(stores): adds mvs, and flags to bring store commands on par with key commands
This commit is contained in:
parent
b89db8dc48
commit
4e5064d07a
25 changed files with 247 additions and 9 deletions
1
testdata/mv-encrypt.ct
vendored
1
testdata/mv-encrypt.ct
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Move an encrypted key; the new key should still decrypt.
|
||||
$ pda set --encrypt secret-key@mve hidden-value
|
||||
$ pda mv secret-key@mve moved-key@mve
|
||||
ok renamed secret-key@mve to moved-key@mve
|
||||
$ pda get moved-key@mve
|
||||
hidden-value
|
||||
$ pda get secret-key@mve --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue