List and inspect your organizations

setup & auth

// what it does

`org list` shows every organization your account belongs to; `org show` prints which one the CLI is currently operating in. Since databases live inside orgs, this is your "which account am I in?" check when something's missing.

// shell

$ pscale org list
$ pscale org show

// gotcha

Nearly every pscale error of the form "database not found" on a database you know exists is an org mismatch — confirm with org show before debugging anything else.

// resources