Commands overview
supawho has a small, focused command set. Each one has its own reference page with syntax, examples and exit codes.
| Command | Description |
|---|---|
supawho |
Interactive account picker |
supawho add <name> <token> |
Save a new account |
supawho use <name> |
Switch to an account |
supawho list |
List saved accounts |
supawho whoami [name] |
Reveal the email + organizations behind each account |
supawho find <project-ref> |
Find which account owns a project |
supawho rename <old> <new> |
Rename a saved account |
supawho remove <name> |
Delete an account |
supawho upgrade |
Update to the latest version |
supawho version |
Print the installed version |
Conventions
Section titled “Conventions”<required>arguments are shown in angle brackets;[optional]in square brackets.- Commands that succeed exit with code
0; handled errors (not found, bad input) exit with1. - Account names may not contain commas or whitespace.
