Home

Supabase CLI

The Supabase CLI provides tools to develop your project locally and deploy to the Supabase Platform. You can also use the CLI to manage your Supabase projects, handle database migrations and CI/CD workflows, and generate types directly from your database schema.

Installation#

Install the CLI as dev dependency via npm:

npm install supabase --save-dev

Updates#

When a new version is released, you can update the CLI using the same methods.

npm update supabase --save-dev

See also#

Need some help?

Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.