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/cp-encrypt.ct
vendored
1
testdata/cp-encrypt.ct
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Copy an encrypted key; both keys should decrypt.
|
||||
$ pda set --encrypt secret-key@cpe hidden-value
|
||||
$ pda cp secret-key@cpe copied-key@cpe
|
||||
ok copied secret-key@cpe to copied-key@cpe
|
||||
$ pda get secret-key@cpe
|
||||
hidden-value
|
||||
$ pda get copied-key@cpe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue