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

From shell, be able to list eventing functions. Then add and remove. To add this, we need underlying functionality in libcouchbase and in couchbase-rs.

There is more than one issue here I think, but I'll focus on the `vector enrich-doc` help example. If I run that and specify the model, I get an error....

The `buckets flush` command currently only works against locally running Couchbase buckets. We need to add support for flushing data from Capella buckets. To do this check if the cluster...

good first issue

In some cases, you might want better control over the prompt, for instance to specify a particular output format only.

When the enrich-text examples were written the model had to be passed in, since it could not be specified any other way. Now that the model is provided through the...

WIP - needs rebase once register cluster on creation is merged

Nushell allows the running of .nu scripts that have parameters. CBShell does not however. Since it is possible in nushell it should just be a case of taking in the...

`cbenv-register` takes a flag `tls-accept-all-certs` that controls if all certs will work. Currently this is a String where it should be a switch. That is, if the flag is present...

good first issue

When loading a sample bucket fails against one cluster in the list of identifiers this does not cause the entire command to fail, instead the results of each attempted load...