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

Consider caching org and project IDs

Open Westwooo opened this issue 1 year ago • 0 comments

CBShell stores as little state as possible, since things get sticky once we start doing that. However commands against Capella clusters are running a bit slow because we are finding the org and project ID every time. We should consider setting them as part of the state when we fetch them for the first time, and read from here on future commands.

Westwooo avatar Sep 11 '24 09:09 Westwooo