mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 13:04:33 +08:00
* wip * Fix broken links in local development * Sync diagram images with old site * Make copied commands work * Fix architecture link * Fix demo repo link
25 lines
935 B
Plaintext
25 lines
935 B
Plaintext
---
|
|
id: intro
|
|
slug: /
|
|
sidebar_position: 1
|
|
sidebar_label: Supabase CLI
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
# Supabase CLI
|
|
|
|
The Supabase CLI can be found in our [CLI](https://github.com/supabase/cli) repository.
|
|
|
|
The CLI is still under heavy development, but it will contain all the functionality for working with Supabase projects and the Supabase platform.
|
|
|
|
- Running Supabase locally: [`supabase start`](./cli/usage#supabase-start)
|
|
- Managing database migrations: [`supabase migration`](./cli/usage#supabase-migration)
|
|
- CI / CD for releasing to production: [`supabase db push`](./cli/usage#supabase-db-push)
|
|
- Manage your Supabase Projects: [`supabase projects`](./cli/usage#supabase-projects)
|
|
- Generating types directly from your database schema: [`supabase gen types`](./cli/usage#supabase-gen)
|
|
|
|
## Additional Links
|
|
|
|
- [Source code](https://github.com/supabase/cli)
|
|
- [Known bugs and issues](https://github.com/supabase/cli/issues)
|