mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 19:13:13 +08:00
26 lines
783 B
Plaintext
26 lines
783 B
Plaintext
---
|
|
id: index
|
|
title: "Getting started"
|
|
slug: getting-started
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
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.
|
|
|
|
- [x] Running Supabase locally
|
|
- [x] Self-hosting
|
|
- [ ] Managing database migrations (in progress)
|
|
- [ ] 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
|
|
|
|
```bash
|
|
npm install supabase -g
|
|
```
|