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.
Synopsis
Section titled “Synopsis”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 withsbp_. See Getting started for how to create one.
Examples
Section titled “Examples”supawho add work sbp_1234567890abcdefAccount '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:
supawho addBehavior
Section titled “Behavior”- Adding a name that already exists overwrites its token.
- Invalid names (containing a comma or whitespace) are rejected with exit code
1.
