feat: encryption with age
This commit is contained in:
parent
ba93931c33
commit
9bdc9c30c6
25 changed files with 733 additions and 64 deletions
16
testdata/remove__dedupe__ok.ct
vendored
16
testdata/remove__dedupe__ok.ct
vendored
|
|
@ -1,13 +1,15 @@
|
|||
$ pda set foo 1
|
||||
$ pda set bar 2
|
||||
$ pda ls
|
||||
a echo hello
|
||||
|
||||
a1 1
|
||||
a2 2
|
||||
b1 3
|
||||
bar 2
|
||||
foo 1
|
||||
a echo hello
|
||||
|
||||
a1 1
|
||||
a2 2
|
||||
b1 3
|
||||
bar 2
|
||||
copied-key hidden-value
|
||||
foo 1
|
||||
moved-key hidden-value
|
||||
$ pda rm foo --glob "*"
|
||||
$ pda get bar --> FAIL
|
||||
FAIL cannot get 'bar': no such key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue