XClawXCLAW
Back to marketplace
CLI Tools

Supabase CLI

Run Supabase locally, generate types, manage migrations

Publisher · SupabaseVersion · 1.205Updated Apr 7, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install supabase/tap/supabase

Overview

Spin up the full Supabase stack locally — Postgres + Auth + Storage + Functions. Great for offline dev, migration review, and type generation.

Features

  • Full stack, locally
  • Generate and apply migrations
  • Generate TypeScript types from schema
  • Edge Functions hot reload
  • CLI seeding and reset

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ supabase start

    Start the full Supabase stack locally

  • $ supabase db diff -f add_users

    Generate a migration from schema diff

  • $ supabase gen types typescript --local

    Generate TS types from the schema

Related