refactor(branding?): swapped all references to db/dbs to store/stores
This commit is contained in:
parent
9467675715
commit
3d5a3f2aa1
27 changed files with 113 additions and 113 deletions
8
testdata/help__set__ok.ct
vendored
8
testdata/help__set__ok.ct
vendored
|
|
@ -1,6 +1,6 @@
|
|||
$ pda help set
|
||||
$ pda set --help
|
||||
Set a key to a given value or stdin. Optionally specify a db.
|
||||
Set a key to a given value or stdin. Optionally specify a store.
|
||||
|
||||
PDA supports parsing Go templates. Actions are delimited with {{ }}.
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ For example:
|
|||
'{{ enum .NAME "Alice" "Bob" }}' allows only NAME=Alice or NAME=Bob.
|
||||
|
||||
Usage:
|
||||
pda set KEY[@DB] [VALUE] [flags]
|
||||
pda set KEY[@STORE] [VALUE] [flags]
|
||||
|
||||
Aliases:
|
||||
set, s
|
||||
|
|
@ -22,7 +22,7 @@ Flags:
|
|||
-i, --interactive Prompt before overwriting an existing key
|
||||
--secret Mark the stored value as a secret
|
||||
-t, --ttl duration Expire the key after the provided duration (e.g. 24h, 30m)
|
||||
Set a key to a given value or stdin. Optionally specify a db.
|
||||
Set a key to a given value or stdin. Optionally specify a store.
|
||||
|
||||
PDA supports parsing Go templates. Actions are delimited with {{ }}.
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ For example:
|
|||
'{{ enum .NAME "Alice" "Bob" }}' allows only NAME=Alice or NAME=Bob.
|
||||
|
||||
Usage:
|
||||
pda set KEY[@DB] [VALUE] [flags]
|
||||
pda set KEY[@STORE] [VALUE] [flags]
|
||||
|
||||
Aliases:
|
||||
set, s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue