couchbase-shell

Interactive shell for Couchbase Server and Capella clusters

brewmacoslinux
Try with needOr install directly
Source

About

Modern and fun shell for Couchbase Server and Capella

Commands

cbsh

Examples

Connect to a local Couchbase cluster$ cbsh --connstr couchbase://localhost
Execute a query and display results$ cbsh --connstr couchbase://localhost --query 'SELECT * FROM bucket WHERE type="user"'
Run interactive shell for cluster management and exploration$ cbsh