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.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently [skip_nonce_check](https://github.com/supabase/gotrue/blob/master/internal/conf/configuration.go#L53) boolean parameter....

enhancement
auth

**Is your feature request related to a problem? Please describe.** I'm defining my database in migrations. I don't want to use pgTAP for testing it though, so I'm writing my...

enhancement

**Describe the bug** Hi I am trying to use realtime when running supabase locally in a docker container and the client in not able to create a websocket to the...

**Describe the bug** This may not be actionable by the Supabase team since it may be a bug in Deno but I at least wanted to bring it up here...

functions

**Is your feature request related to a problem? Please describe.** I used the command `supabase db reset --linked` for the first time. I was suprised that the default answer is...

enhancement

**Describe the bug** It is disruptive to the secrets setting process to have to filter variables that start with `SUPABASE_` (which are used to locally test) because the cli will...

enhancement

**Describe the bug** Unable to run CLI when using latest stable versions of yarn 3 or 4 Tried with latest stable (4.0.2) and then 3.6.4 (https://github.com/supabase/cli/issues/1380) Deleted `yarn.lock`/`.yarn`/`.pnp.*` **To Reproduce**...

installation

**Describe the bug** I'd expect `supabase.auth.signUp` to send emails to inbucket but I see none. **To Reproduce** ``` npx create-next-app -e with-supabase ``` Add supabase cli and set environment variables...

auth

**Is your feature request related to a problem? Please describe.** In our production environment, we self-host supabase. As seen [here](https://github.com/supabase/supabase/blob/b6d8e770fa753ca68650fedb2b7910db72a8ba37/docker/docker-compose.yml#L350C8-L350C8) (https://github.com/supabase/supabase/blob/b6d8e770fa753ca68650fedb2b7910db72a8ba37/docker/docker-compose.yml#L350C8-L350C8) we can customize the start command used by supabase/postgres...

enhancement

**Describe the bug** I'm not sure if this is a bug or a needed feature, but I would like to be able to load a different `.env` file name besides...

enhancement