|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
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-getcbc-get for more information.
Store the document on the server. See cbc-upsertcbc-upsert for more information.
Remove the document on the server. See cbc-removecbc-remove for more information.
Perform N1QL query. See cbc-querycbc-query for more information.
Perform Analytics query. See cbc-analyticscbc-analytics for more information.
Run simple workload generator. See cbc-pillowfightcbc-pillowfight for more information.
Generate batches of keys with specific properties. See cbc-keygencbc-keygen for more information.
cbc-getcbc-get, cbc-upsertcbc-upsert, cbc-removecbc-remove, cbc-querycbc-query.