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

**Describe the bug** Recently I have been unable to launch my supabase local project using the `supabase start` command. The command remains stuck on `Waiting for health check` and never...

**Is your feature request related to a problem? Please describe.** supersedes https://github.com/supabase/cli/issues/2404#issuecomment-2158395625 **Describe the solution you'd like** Auto update image versions on `supabase start` to match those of linked project....

enhancement

**Describe the bug** I tried to reset my cloud database (staging instance, fwiw), and my environment broke. It seems a transaction failed and didn't clean-up, so now I can't connect...

**Describe the bug** I am unable to start a fresh Supabase project on certain networks, it starts the database and as soon as that's up I get the message `Stopping...

**Describe the bug** supabase db dump results in error: pg_dump: error: connection to server at "aws-0-us-east-1.pooler.supabase.com" (44.216.29.125), port 5432 failed: error received from server in SCRAM exchange: Wrong password **To...

**Is your feature request related to a problem? Please describe.** I'm running `supabase start` with the `--exclude-containers` flag in CI. Excluding containers is nice, but I'd also like to be...

When I create JSON checks on columns with pg_jsonschema it would be super cool to have it also in generated ts types. Currently when I create the following table ```sql...

typegen

**Is your feature request related to a problem? Please describe.** `config.toml` seems to be missing options for OTP expiration (seconds) and length (digits). This makes it harder to work with...

auth

**Describe the bug** Our database includes what are referred to in the PostgREST documentation as [computed fields](https://postgrest.org/en/v12/references/api/computed_fields.html). These are Postgres functions on table types When reviewing the output of running...

typegen

- OS: MacOs - Version of CLI 1.127.4 ![Screenshot 2024-01-08 at 23 24 40](https://github.com/supabase/cli/assets/44244477/4ac2571f-046f-4162-88bd-dec3cdcfc6db) Supabase was initialised successfully but I can see error message durning "supabase init". Im just putting...