42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
$ pda help list
|
|
$ pda list --help
|
|
List the contents of a store
|
|
|
|
Usage:
|
|
pda list [STORE] [flags]
|
|
|
|
Aliases:
|
|
list, ls
|
|
|
|
Flags:
|
|
-b, --base64 view binary data as base64
|
|
-c, --count print only the count of matching entries
|
|
-o, --format format output format (table|tsv|csv|markdown|html|ndjson) (default table)
|
|
-f, --full show full values without truncation
|
|
-h, --help help for list
|
|
-k, --key strings Filter keys with glob pattern (repeatable)
|
|
--no-header suppress the header row
|
|
--no-keys suppress the key column
|
|
--no-ttl suppress the TTL column
|
|
--no-values suppress the value column
|
|
-v, --value strings Filter values with regex pattern (repeatable)
|
|
List the contents of a store
|
|
|
|
Usage:
|
|
pda list [STORE] [flags]
|
|
|
|
Aliases:
|
|
list, ls
|
|
|
|
Flags:
|
|
-b, --base64 view binary data as base64
|
|
-c, --count print only the count of matching entries
|
|
-o, --format format output format (table|tsv|csv|markdown|html|ndjson) (default table)
|
|
-f, --full show full values without truncation
|
|
-h, --help help for list
|
|
-k, --key strings Filter keys with glob pattern (repeatable)
|
|
--no-header suppress the header row
|
|
--no-keys suppress the key column
|
|
--no-ttl suppress the TTL column
|
|
--no-values suppress the value column
|
|
-v, --value strings Filter values with regex pattern (repeatable)
|