40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
$ pda help list
|
|
$ pda list --help
|
|
List the contents of a store
|
|
|
|
Usage:
|
|
pda list [STORE] [flags]
|
|
|
|
Aliases:
|
|
list, ls
|
|
|
|
Flags:
|
|
-b, --binary include binary data in text output
|
|
-o, --format format output format (table|tsv|csv|markdown|html) (default table)
|
|
-g, --glob strings Filter keys with glob pattern (repeatable)
|
|
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
|
|
--header include header row
|
|
-h, --help help for list
|
|
--no-keys suppress the key column
|
|
--no-values suppress the value column
|
|
-S, --secret display values marked as secret
|
|
-t, --ttl append a TTL column when entries expire
|
|
List the contents of a store
|
|
|
|
Usage:
|
|
pda list [STORE] [flags]
|
|
|
|
Aliases:
|
|
list, ls
|
|
|
|
Flags:
|
|
-b, --binary include binary data in text output
|
|
-o, --format format output format (table|tsv|csv|markdown|html) (default table)
|
|
-g, --glob strings Filter keys with glob pattern (repeatable)
|
|
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
|
|
--header include header row
|
|
-h, --help help for list
|
|
--no-keys suppress the key column
|
|
--no-values suppress the value column
|
|
-S, --secret display values marked as secret
|
|
-t, --ttl append a TTL column when entries expire
|