chore(testdata): updates test expectations to match new error messaging

This commit is contained in:
Lewis Wynne 2025-12-17 14:28:18 +00:00
parent 06e09df829
commit def2941128
10 changed files with 22 additions and 173 deletions

View file

@ -1,16 +1,4 @@
$ fecho cmd echo hello world
$ pda set a --secret < cmd
$ pda get a --include-binary --> FAIL
Error: "a" is marked secret; re-run with --secret to display it
Usage:
pda get KEY[@DB] [flags]
Aliases:
get, g
Flags:
-h, --help help for get
-b, --include-binary include binary data in text output
--no-template directly output template syntax
-c, --run execute the result as a shell command
--secret display values marked as secret
Error: cannot get 'a': marked as secret, run with --secret