feat(config): some additional config options, and config migration from deprecated keys
This commit is contained in:
parent
629358a81b
commit
4e78cefd56
16 changed files with 363 additions and 51 deletions
10
testdata/set-config-encrypt.ct
vendored
Normal file
10
testdata/set-config-encrypt.ct
vendored
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue