couchbase-shell icon indicating copy to clipboard operation
couchbase-shell copied to clipboard

Shell yeah!

Results 100 couchbase-shell issues
Sort by recently updated
recently updated
newest added

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...

good first issue

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...

good first issue

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...

good first issue

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`...

good first issue

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,...