kdb meta-ls <key name>
Where key name
is the name of the key.
This command prints the names of all metakeys associated with the key named key name
.
If no metakeys are associated with the given key, nothing will be printed.
-H
,--help
: Show the man page.-V
,--version
: Print version info.-p
,--profile <profile>
: Use a different kdb profile.-C
,--color <when>
: Print never/auto(default)/always colored output.-0
,--null
: Use binary 0 termination.-v
,--verbose
: Explain what is happening. Prints additional information in case of errors/warnings. Show which key will be used.-d
,--debug
: Give debug information. Prints additional debug information in case of errors/warnings.
To see which metakeys are associated with a key:
kdb meta-ls /example/key
- elektra-metadata(7) for an explanation of the metadata concepts.
- elektra-key-names(7) for an explanation of key names.