put

Encapsulates commands that put key/value pairs to the store or put rows to a table. The subcommands are as follows:

put kv

put kv -key <keyString> -value <valueString> [-file]
    [-hex] [-if-absent] [-if-present]

Put the specified key/value pair into the store. The following arguments apply to the put command:

put table

kv-> put table -name table_name [if-absent | -if-present ]
    [-json string] [-file file_name] [-exact] [-update]

Puts one or more rows into the named table.