feat(config): some additional config options, and config migration from deprecated keys

This commit is contained in:
Lewis Wynne 2026-02-12 19:31:24 +00:00
parent 629358a81b
commit 4e78cefd56
16 changed files with 363 additions and 51 deletions

10
testdata/set-config-encrypt.ct vendored Normal file
View file

@ -0,0 +1,10 @@
# always_encrypt config encrypts without --encrypt flag
$ pda config set key.always_encrypt true
$ pda set secret-key@sce mysecretvalue
$ pda get secret-key@sce
ok key.always_encrypt set to 'true'
mysecretvalue
# Reset
$ pda config set key.always_encrypt false
ok key.always_encrypt set to 'false'