Couchbase C++ SDK 1.2.0 (rev. c2439a4)
Loading...
Searching...
No Matches
cbc - Couchbase client

NAME

cbc - command line utility for Couchbase Server

SYNOPSIS

cbc <command> [<argument>...]
cbc (-h|--help)
cbc --version

DESCRIPTION

cbc allows to connect to Couchbase Server and perform some common operations, like accessing documents, running queries, etc.

COMMANDS

version

Display version information.

get

Retrieve document from the server. See cbc-get for more information.

upsert

Store the document on the server. See cbc-upsert for more information.

remove

Remove the document on the server. See cbc-remove for more information.

query

Perform N1QL query. See cbc-query for more information.

analytics

Perform Analytics query. See cbc-analytics for more information.

pillowfight
Run simple workload generator. See cbc-pillowfight for more information.

keygen Generate batches of keys with specific properties. See cbc-keygen for more information.

OPTIONS

-h --help
Show help message.
--version
Show version.

SEE ALSO

cbc-get, cbc-upsert, cbc-remove, cbc-query.