Modifies notification settings
couchbase-cli setting-notification [--cluster <url>] [--username <user>]
[--password <password>] [--enable-notifications <int>]
Enabling notifications allow the Couchbase Administration Console to notify users about newer versions of Couchbase.
- --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".
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
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.
man:couchbase-cli[1], man:couchbase-cli-cluster-init[1]