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

**Is your feature request related to a problem? Please describe.** For better visual scanning of Supabase secrets, it would be ideal to return the list of secrets in alphabetical order....

enhancement

**Describe the bug** These fields are not required for native integration - auth.external.apple.secret - auth.external.google.secret **To Reproduce** ```toml [auth.external.apple] enabled = true client_id = "client_id" secret = "" redirect_uri =...

auth

**Is your feature request related to a problem? Please describe.** I would like to easily be able to choose which project a command is being executed for **Describe the solution...

enhancement

**Link** https://supabase.com/docs/guides/database/column-encryption **Describe the problem** I'm confused how encrypted columns should be managed using Supabase db migrations. Specifically configuring a new encrypted column in local development and then applying the...

migration

**Is your feature request related to a problem? Please describe.** We use Supabase CLI for local development, but due to company policies we cannot install third party applications such as...

installation

**Describe the bug** I encountered a bug while attempting to squash migrations using `supabase migration squash. It appears that this operation inadvertently removed SQL statements that targeted the storage schema....

documentation
enhancement
migration

I'm having an issue using the Supabase CLI where it's just hanging forever without any output. Here's what happened. 1) I installed the Supabase CLI w/ Scoop on windows 2)...

bug

# 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...

bug

**Is your feature request related to a problem? Please describe.** I'm currently implementing the [Login with Apple](https://supabase.com/docs/guides/auth/social-login/auth-apple) functionality. Sadly, I'm unable to test my implementation locally because Apple forces you...

enhancement

**Describe the bug** I've upgraded supabase-cli to 1.163.2 and I can no longer use supabase start. Running supabase start --debug now ends with : `failed to pull docker image: Error...