cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
**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....
**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...
**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...
**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...
**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...
**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**...
**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...
**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...
**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...