kdb meta-rm <key name> <metaname>
Where key name
is the name of the key and metaname
is the name of the metakey you want to remove.
This command removes a metakey of a key from the Key database.
-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.-v
,--verbose
: Explain what is happening. Prints additional information in case of errors/warnings.-d
,--debug
: Give debug information. Prints additional debug information in case of errors/warnings.
This command will return the following values as an exit status:
- 0: No errors.
- 11:
Key not found. (Invalid
path
)
To remove metakey metakey
of a key:
kdb meta-rm user:/example metakey
- elektra-metadata(7) for an explanation of the metadata concepts.
- elektra-key-names(7) for an explanation of key names.