refactor(branding?): swapped all references to db/dbs to store/stores

This commit is contained in:
Lewis Wynne 2025-12-23 09:07:45 +00:00
parent 9467675715
commit 3d5a3f2aa1
27 changed files with 113 additions and 113 deletions

View file

@ -1,6 +1,6 @@
$ pda help get
$ pda get --help
Get the value of a key. Optionally specify a db.
Get the value of a key. Optionally specify a store.
{{ .TEMPLATES }} can be filled by passing TEMPLATE=VALUE as an
additional argument after the initial KEY being fetched.
@ -10,7 +10,7 @@ For example:
pda get greeting NAME=World
Usage:
pda get KEY[@DB] [flags]
pda get KEY[@STORE] [flags]
Aliases:
get, g
@ -21,7 +21,7 @@ Flags:
--no-template directly output template syntax
-c, --run execute the result as a shell command
--secret display values marked as secret
Get the value of a key. Optionally specify a db.
Get the value of a key. Optionally specify a store.
{{ .TEMPLATES }} can be filled by passing TEMPLATE=VALUE as an
additional argument after the initial KEY being fetched.
@ -31,7 +31,7 @@ For example:
pda get greeting NAME=World
Usage:
pda get KEY[@DB] [flags]
pda get KEY[@STORE] [flags]
Aliases:
get, g