Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.56 KB

File metadata and controls

60 lines (38 loc) · 1.56 KB

setting-notification

Modifies notification settings

SYNOPSIS

couchbase-cli setting-notification [--cluster <url>] [--username <user>]
    [--password <password>] [--enable-notifications <int>]

DESCRIPTION

Enabling notifications allow the Couchbase Administration Console to notify users about newer versions of Couchbase.

OPTIONS

--enable-notification <int>

Specifies whether or not notifications should be enabled. To enable notifications set this flag to "1". To disable notifications set this flag to "0".

EXAMPLES

To enable notifications on a Couchbase cluster run the following command\&.

$ couchbase-cli setting-notifications -c 192.168.1.5 -u Administrator \
 -p password --enable-notification 1

To disable notifications run the following command.

$ couchbase-cli setting-notifications -c 192.168.1.5 -u Administrator \
 -p password --enable-notification 0

DISCUSSION

The setting-notification subcommand either enables or disables notifications about new Couchbase releases. This setting is a global parameter and applies to all nodes in a cluster.

ENVIRONMENT AND CONFIGURATION VARIABLES

SEE ALSO

man:couchbase-cli[1], man:couchbase-cli-cluster-init[1]