$darkmode
Elektra 0.11.0
kdb-meta-ls(1) - Print metakeys associated with a key

SYNOPSIS

kdb meta-ls <key name>

Where key name is the name of the key.

DESCRIPTION

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.

OPTIONS

  • -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.

EXAMPLE

To see which metakeys are associated with a key:
kdb meta-ls /example/key

SEE ALSO