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

Products like LLM Studio expose a server API that is compatible with the OpenAPI format but can actually be powered by virtually any model. Since `cbsh` supports OpenAI, it would...

I'm at Alma 8.10 and the version of ldd is 2.28. I downloaded the binaries included cbsh-x86_64-unknown-linux-gnu.tar.gz. and when running $ ./cbsh –version, I have these. ./cbsh: /lib64/libc.so.6: version `GLIBC_2.29'...

We have a few commands that list things e.g credentials, clusters, buckets etc. At the moment these just return an empty list when there are none of the relevant entities....

We recently redacted secrets from the debug level logs. In SDK/server we consider other things like bucket names to be sensitive, and we should consider if there is more that...

WIP: need a repo admin to add api key in github secrets as ChocolateyKey Addresses: https://github.com/couchbaselabs/couchbase-shell/issues/532

This was disabled when nushell did their last big overhaul. We should look at how we can get it working again - this might mean updating the plugin and contributing...

Start a CI/CD common scripts example, starting with methods to clone buckets, scopes and collections.

Hi everyone! I'm running a nushell script through `cbsh` to update data in multiple collections at once with a transaction. It works perfectly fine in our development database, but for...