Supabase CLI
Use this skill for Supabase CLI workflows (local dev, migrations, linking, push/pull).
Workflow
- •Prefer local development workflows before pushing changes remotely.
- •Keep migrations in
supabase/migrationsand treat them as the source of truth. - •Use
supabase db pushto apply migrations to remote projects. - •Use
supabase db pullto sync remote schema back to local migrations when needed.
References
- •See
references/supabase-cli.mdfor the full CLI reference.