Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
cbc - command line utility for Couchbase Server
cbc <command> [<argument>...]
cbc (-h|--help)
cbc --version
cbc allows to connect to Couchbase Server and perform some common operations, like accessing documents, running queries, etc.
Display version information.
Retrieve document from the server. See cbc-get for more information.
Store the document on the server. See cbc-upsert for more information.
Remove the document on the server. See cbc-remove for more information.
Perform N1QL query. See cbc-query for more information.
Perform Analytics query. See cbc-analytics for more information.
keygen Generate batches of keys with specific properties. See cbc-keygen for more information.