feat: adds --readonly and --pin flags, and displays Size column in list by default
This commit is contained in:
parent
e5b6dcd187
commit
5bcd3581dd
46 changed files with 711 additions and 177 deletions
3
testdata/meta-decrypt.ct
vendored
3
testdata/meta-decrypt.ct
vendored
|
|
@ -1,9 +1,12 @@
|
|||
# Decrypt an existing encrypted key
|
||||
$ pda set --encrypt hello@md world
|
||||
$ pda meta hello@md --decrypt
|
||||
ok decrypted hello@md
|
||||
$ pda meta hello@md
|
||||
key: hello@md
|
||||
secret: false
|
||||
writable: true
|
||||
pinned: false
|
||||
expires: never
|
||||
$ pda get hello@md
|
||||
world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue