🔨 Supabase CLI

Create and configure a new Supabase project with the CLI

What does DDL stand for?

Resources

Commands

To install supbase cli:

yarn add supabase

To initialize a local supabase project:

npx supabase init

To start your local supabase instance:

npx supabase start

To create a new migration file:

npx supabase migration new <migration name>

Questions? Let's chat

Open Discord