|
Elektra 0.8.26
|
Where Key name is the name of the key.
This command is used to retrieve the value of a key.
If you enter a Key name starting with a leading /, then a cascading lookup will be performed in order to attempt to locate the key. In this case, using the -v option allows the user to see the full key name of the key if it is found.
Only keys within the mount point or below the <Key name> will be considered during a cascading lookup. A workaround is to pass the -a option. Use the command kdb get -v <Key name> to see if an override or a fallback was considered by the lookup.
This command will return the following values as an exit status:
To get the value of a key:
kdb get user/example/key
To get the value of a key using a cascading lookup:
kdb get /example/key
To get the value of a key without adding a newline to the end of it:
kdb get -n /example/key
To explain why a specific key was used (for cascading keys):
kdb get -v /example/key
To use bookmarks:
kdb get +kdb/format
This command will actually get user/sw/elektra/kdb/#0/current/format if the bookmarks commands from kdb-set(1) man pages are executed before.