feat: adds --readonly and --pin flags, and displays Size column in list by default

This commit is contained in:
Lewis Wynne 2026-02-13 18:52:34 +00:00
parent e5b6dcd187
commit 5bcd3581dd
46 changed files with 711 additions and 177 deletions

View file

@ -1,11 +1,15 @@
# Set TTL on a key, then view it (just verify no error, can't match dynamic time)
$ pda set hello@mt world
$ pda meta hello@mt --ttl 1h
ok set ttl to 1h hello@mt
# Clear TTL with --ttl never
$ pda set --ttl 1h expiring@mt val
$ pda meta expiring@mt --ttl never
ok cleared ttl expiring@mt
$ pda meta expiring@mt
key: expiring@mt
secret: false
writable: true
pinned: false
expires: never