supawho whoami
Map every saved account to its real email and organizations. With many accounts, whoami answers “which one is this?” at a glance.
Synopsis
Section titled “Synopsis”supawho whoami [name]- With no argument, every saved account is looked up.
- With a
name, only that account is looked up.
Example
Section titled “Example”supawho whoamiACCOUNT EMAIL ORGANIZATIONclient-a you@example.com Client Aside-project you+dev@example.com Personal, Labsold-gig (token is invalid or revoked)Look up a single account:
supawho whoami client-aBehavior
Section titled “Behavior”- Queries the Supabase Management API (
/v1/profileand/v1/organizations) with each account’s token. - A revoked or invalid token is reported on its own row without failing the rest.
See also
Section titled “See also”find— the reverse lookup: which account owns a project?- How it works
