Supabase CLI is the command-line interface for managing and developing Supabase projects. It streamlines local development, database migrations, environment management, and project deployment. Designed for developers building with Supabase, the CLI provides an efficient way to work with the entire Supabase stack—PostgreSQL, auth, storage, and edge functions—directly from the terminal.
Features
- Initialize and manage local Supabase projects
- Run PostgreSQL database migrations
- Deploy functions and manage Supabase Edge runtime
- Manage environment variables and secrets
- Start and stop local Supabase containers
- Inspect database schema and generate types
