42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
$ pda help get
|
|
$ pda get --help
|
|
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.
|
|
|
|
For example:
|
|
pda set greeting 'Hello, {{ .NAME }}!'
|
|
pda get greeting NAME=World
|
|
|
|
Usage:
|
|
pda get KEY[@STORE] [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
|
|
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.
|
|
|
|
For example:
|
|
pda set greeting 'Hello, {{ .NAME }}!'
|
|
pda get greeting NAME=World
|
|
|
|
Usage:
|
|
pda get KEY[@STORE] [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
|