couchbase-shell
couchbase-shell copied to clipboard
Consider caching org and project IDs
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.