Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Creating a KV Entry

 PS> FoksApi Create /myfirst/love dontkissandtell
 Created /myfirst/love/

By default the last item name in the path is the key. If it is desired to have a different key name associated with the path, then the -kvkey parameter can be used.

PS> FoksApi Create -kvpath /myfirst -kvalue dontkissandtell -kvkey love

This command is yeilds the same results as the prior example.

If the value has embedded spaces or characters that need to be escaped, then the value should be in single quotation marks.