Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 989 Bytes

File metadata and controls

45 lines (27 loc) · 989 Bytes

server-info

Displays information and statistics about the Couchbase Server specified.

SYNOPSIS

couchbase-cli server-info [--cluster <url>] [--username <username>]
    [--password <password>]

DESCRIPTION

This command prints information about the Couchbase Server specified.

EXAMPLES

To get information about the Couchbase Server on localhost (127.0.0.1) run the following command:

$ couchbase-cli server-info -c 127.0.0.1 --username Administrator \
 --password password

ENVIRONMENT AND CONFIGURATION VARIABLES

SEE ALSO

man:couchbase-cli-host-list[1], man:couchbase-cli-server-list[1]