cli icon indicating copy to clipboard operation
cli copied to clipboard

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.

Results 501 cli issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug `db diff` doesn't detect changes to publication ## To Reproduce Steps to reproduce the behavior, please provide code snippets or a repository: 1....

bug
migration

# Feature request ## Is your feature request related to a problem? Please describe. When working in a team that is creating migration scripts, it is common for one dev...

enhancement
migration

**Describe the bug** Up till this point, we have assumed all migrations are schema migrations. However, there are cases where it's useful to insert specific data into the db using...

migration

**Is your feature request related to a problem? Please describe.** I am frustrated that I can't compare the local vs staging vs prod deployed edge functions. **Describe the solution you'd...

functions

# Bug report - [X ] I confirm this is a bug with Supabase, not with my own application. - [ X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...

documentation
functions

I've got an `INTERVAL` column in my database, but the TS type is being generated as `unknown`. Is there a TS type that can accurately represent this?

enhancement
typegen

# Improve documentation ## Link [$ supabase db](https://supabase.com/docs/reference/cli/supabase-db) ## Describe the problem The subcommand description says "Manage Local Postgres Databases". But if you scroll further you would see that these...

documentation

# Improve documentation ## Link [CLI Reference](https://supabase.com/docs/reference/cli/supabase-start) ## Describe the problem The docs for `supabase start` list all the docker services we can exclude, but lacks any context. If I'm...

documentation

- **chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#2289)** - **Chore/bump studio (#2286)** - **fix: bump edge-runtime to 1.53.0 (#2295)** - **fix: update auth version to 2.151.0 (#2296)** - **chore(deps):...

## What kind of change does this PR introduce? Feature closes https://github.com/supabase/cli/issues/2311 ## Description This PR introduces several flags to the `supabase functions serve` command to enable the inspector capability...