mirror of
https://github.com/supabase/supabase.git
synced 2026-06-23 23:34:34 +08:00
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
---
|
|
id: intro
|
|
slug: /
|
|
sidebar_position: 1
|
|
sidebar_label: Supabase CLI
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
# Supabase CLI
|
|
|
|
The Supabase CLI provides tools to develop your project locally and deploy to the Supabase Platform.
|
|
The CLI is still under development, but it contains all the functionality for working with your Supabase projects and the Supabase Platform.
|
|
|
|
- Run Supabase locally: [`supabase start`](https://supabase.com/docs/reference/cli/usage#supabase-start)
|
|
- Manage database migrations: [`supabase migration`](https://supabase.com/docs/reference/cli/usage#supabase-migration)
|
|
- CI/CD for releasing to production: [`supabase db push`](https://supabase.com/docs/reference/cli/usage#supabase-db-push)
|
|
- Manage your Supabase projects: [`supabase projects`](https://supabase.com/docs/reference/cli/usage#supabase-projects)
|
|
- Generate types directly from your database schema: [`supabase gen types`](https://supabase.com/docs/reference/cli/usage#supabase-gen)
|
|
|
|
## Additional Links
|
|
|
|
- [Install the Supabase CLI](/docs/guides/cli)
|
|
- [Source code](https://github.com/supabase/cli)
|
|
- [Known bugs and issues](https://github.com/supabase/cli/issues)
|
|
- [Supabase CLI v1 and Admin API Beta](https://supabase.com/blog/supabase-cli-v1-and-admin-api-beta)
|
|
- [The CLI team announcing CLI V1 and Admin API Beta - Video](https://www.youtube.com/watch?v=OpPOaJI_Z28)
|