- 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.
- Oracle SOA Governance 11g Implementation
- 精通Windows Vista必讀
- Google App Inventor
- Security Automation with Ansible 2
- 21天學通C#
- 80x86/Pentium微型計算機原理及應用
- 中國戰略性新興產業研究與發展·智能制造
- 網絡化分布式系統預測控制
- Apache Superset Quick Start Guide
- Prometheus監控實戰
- 悟透JavaScript
- 學練一本通:51單片機應用技術
- Learning ServiceNow
- Mastering Text Mining with R
- 嵌入式Linux系統實用開發