Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
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](md_docs_2cbc-get) for more information.

query

Perform N1QL query. See [cbc-query](md_docs_2cbc-query) for more information.

analytics

Perform Analytics query. See [cbc-analytics](md_docs_2cbc-analytics) for more information.

pillowfight
Run simple workload generator. See [cbc-pillowfight](md_docs_2cbc-pillowfight) for more information.

OPTIONS

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

SEE ALSO

cbc-get, cbc-query.