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

Currently, there is a recipe for importing json files in a particular format. That works well, but unfortunately the format isn't always what one would like it to be. Maybe...

I found myself wanting a city, which if you search on tera will possibly turn up `city()` but in our case it depends on fake which then has functions registered....

cmd: fake

Infos like how the config looks like, which part it has been looking for etc so if something is not found we can debug and triage quickly.

based on tera, I tried this… ``` 👤ingenthr at 🏠local in 🗄 default > fake --template order-wip.tera --num-rows 5 | get content | get order_items error: Error: expected `,` or...

cmd: fake

Think about importing indexes from file.

enhancement

I'm sure it's complex, but possible, to remove the need to quote a query. It'd be much friendlier if it operated this way.

- make the checks have an identifier - add a list-checks command - add a description column - allow to disable a check with --disable on the args list after...

As a way to show how quickly data is loaded, fake should take a timestamp before and after loading to print how long it took to load.