Skip to content

supawho whoami

Map every saved account to its real email and organizations. With many accounts, whoami answers “which one is this?” at a glance.

Terminal window
supawho whoami [name]
  • With no argument, every saved account is looked up.
  • With a name, only that account is looked up.
Terminal window
supawho whoami
ACCOUNT EMAIL ORGANIZATION
client-a you@example.com Client A
side-project you+dev@example.com Personal, Labs
old-gig (token is invalid or revoked)

Look up a single account:

Terminal window
supawho whoami client-a
  • Queries the Supabase Management API (/v1/profile and /v1/organizations) with each account’s token.
  • A revoked or invalid token is reported on its own row without failing the rest.