mirror of
https://github.com/supabase/supabase.git
synced 2026-06-23 19:48:02 +08:00
27 lines
808 B
Plaintext
27 lines
808 B
Plaintext
---
|
|
id: index
|
|
title: "About"
|
|
slug: about
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
The Supabase CLI can be found in our [CLI](https://github.com/supabase/cli) repository.
|
|
|
|
- [x] Running Supabase locally
|
|
- [x] Managing database migrations
|
|
- [x] Pushing your local changes to production
|
|
- [ ] Manage your Supabase Account
|
|
- [ ] Manage your Supabase Projects
|
|
- [ ] Generating types directly from your database schema
|
|
- [ ] Generating API and validation schemas from your database
|
|
|
|
## Installing the CLI
|
|
|
|
Installation instructions can be found [here](https://github.com/supabase/cli#install-the-cli).
|
|
|
|
## Support
|
|
|
|
Report issues to our [issue tracker](https://github.com/supabase/cli/issues). |