- Learning Couchbase
- Henry Potsangbam
- 152字
- 2021-07-30 10:25:03
The command line interface
Couchbase also provides the CLI to interact with the Couchbase cluster. You can perform almost all the functionalities that were performed using the web console by using CLI. Since most administrative activities can be performed using the web UI, it won't be explained here due to space constraints. Let me provide a sample command for better understanding. However, you can refer to the Couchbase documentation for details.
You can find all CLI tools in the installation folder. In our case, the installation folder is at C:\Program Files\Couchbase\Server\bin
. For Linux, you can find this at /opt/couchbase/bin
path.
In order to determine all the buckets in a cluster, you can execute the following command:
couchbase-cli bucket-list -c localhost:8091 -u Administrator -p root123
This is what the output looks like:

The couchbase-cli
command accepts the bucket-list
parameters to view all buckets in the cluster which is specified with the -c
parameter.
- Hands-On Deep Learning with Apache Spark
- Canvas LMS Course Design
- 工業機器人技術及應用
- 計算機應用基礎·基礎模塊
- 微型計算機控制技術
- 自動生產線的拆裝與調試
- WordPress Theme Development Beginner's Guide(Third Edition)
- PyTorch Deep Learning Hands-On
- PVCBOT機器人控制技術入門
- 智能生產線的重構方法
- 計算機組網技術
- Working with Linux:Quick Hacks for the Command Line
- Ansible 2 Cloud Automation Cookbook
- 計算智能算法及其生產調度應用
- 工業機器人應用系統三維建模