.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "KDB\-SHELL" "1" "2015-11-19" "" "" . .SH "NAME" \fBkdb\-shell\fR \- Start a kdb shell instance . .SH "SYNOPSIS" \fBkdb shell\fR . .SH "DESCRIPTION" This command is used to start an instance of the kdb shell\. . .br The kdb shell allows for a user to interactively view, edit, or otherwise work with the key database\. . .SH "SHELL COMMANDS" The kdb shell offers a number of commands to interact with the key database\. . .IP "\(bu" 4 \fBkdbGet \fR: Get the value of a key\. . .IP "\(bu" 4 \fBkdbSet \fR: Set the value of a key\. . .IP "\(bu" 4 \fBkeySetName \fR: Set the name of the current key\. . .IP "\(bu" 4 \fBkeySetMeta \fR: Set a meta key associated with the current key\. . .IP "\(bu" 4 \fBkeySetString \fR: Set a string value for the current key\. . .IP "\(bu" 4 \fBksAppendKey\fR: Append the current key to the current keyset\. . .IP "\(bu" 4 \fBksCut \fR: Cut the current keyset\. . .IP "\(bu" 4 \fBksOutput\fR: Prints the keys in the current keyset\. . .IP "" 0 . .SH "OPTIONS" . .TP \fB\-H\fR, \fB\-\-help\fR Show the man page\. . .TP \fB\-V\fR, \fB\-\-version\fR Print version info\. . .SH "EXAMPLES" To execute commands from a textfile, you can use: . .IP "" 4 . .nf cat commands\.txt | kdb shell . .fi . .IP "" 0 . .SH "SEE ALSO" To learn more about these commands and how they work, refer to the Elektra API Documentation \fIhttp://doc\.libelektra\.org/api/current/html\fR\.