couchbase-shell
couchbase-shell copied to clipboard
Shell yeah!
The way that errors are handle across the platform is inconsistent, e.g some commands are multiple ops where some can fail but the batch completes, while others will completely fail...
Addresses: https://github.com/couchbaselabs/couchbase-shell/issues/517
Currently if one of the `Columnar clusters` in the active project was created without a definition then we get: ``` 👤 Administrator 🏠 remote in ☁️ default._default._default > columnar clusters...
Currently the shell can be used to create credentials on Capella clusters, we should also support listing creds through this endpoint: https://docs.couchbase.com/cloud/management-api-reference/index.html#tag/Database-Credentials/operation/listDatabaseCredentials. Take a look at `credentials create`, we need...
There are a few places, variables, field names and flag names. Where we refer to organizations as capella-organizations/capella-orgs/capella. This is redundant since there are only organizations in Capella. We should...
When the active scope is not set the prompt shows the scope as `_default`. However the collection commands will return an error that there is no active scope. We should...
In cloud.rs as part of the clusters_get function we list all the clusters, then find the one with the matching name. The logic here re-implements what is in the `clusters_list`...
As one of cbshell uses is to get new devs to start using couchbase we need check that we support the deployment and management of free tier clusters. If not,...