| title | Getting started |
|---|---|
| description | Install the Supabase CLI, authenticate, and run your first command. |
brew install supabase/tap/supabasenpx supabasescoop bucket add supabase https://github.com/supabase/scoop-bucket.git
scoop install supabaseVerify the installation:
supabase --versionLog in so the CLI can access your Supabase projects:
supabase loginThis opens your browser for OAuth. To use a token instead (useful in CI):
supabase login --token sbp_your_token_hereSee supabase login for all options.
Create a new Supabase project in the current directory:
supabase initSpin up a local Supabase stack (Postgres, Auth, Storage, etc.):
supabase startYour local API URL and keys are printed once the stack is ready.
- Command reference — Complete reference for every command and flag