Supabase CLI

Local Dev with CLI

Developing locally using the Supabase CLI.

You can use the Supabase CLI to run the entire Supabase stack locally on your machine, simply by running supabase init and then supabase start.

The Supabase CLI provides tools to develop your project locally, deploy to the Supabase Platform, handle database migrations, and generate types directly from your database schema.

Resources