Skip to content

supawho add

Save a Supabase account under a name of your choice. The access token is stored in your OS secret vault, never on disk.

Terminal window
supawho add <name> <token>
  • <name> — a label you choose (e.g. work, client-a). May not contain commas or whitespace.
  • <token> — a Supabase access token, starting with sbp_. See Getting started for how to create one.
Terminal window
supawho add work sbp_1234567890abcdef
Account 'work' saved.

Run add with no arguments to use the interactive guided flow, which prompts for the name and token (the token input is hidden) and offers to log in right away:

Terminal window
supawho add
  • Adding a name that already exists overwrites its token.
  • Invalid names (containing a comma or whitespace) are rejected with exit code 1.