couchbase-shell
couchbase-shell copied to clipboard
cbsh shows SDK code snippet equivalents?
When I run a command in cbsh... can I run another following command that shows me how to what cbsh just did in my favorite language and couchbase SDK?
Or, in you're a N1QL person, perhaps... :-)
EXPLAIN AS SDK EXAMPLE cbsh command here
That's a great idea! Right now we do not have context of a previous operation, but what about something like a --explain flag where you could give it your language of choice?
Another option would be in the --help page to have it somewhere in there.