cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# 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 [Discussions](https://github.com/supabase/supabase/discussions), and...
Hello Supabase Team, I'm encountering a persistent "privileges" error when trying to run npx supabase link for my project, even though I am the confirmed Owner of the project. Describe...
**Describe the bug** I'm encountering a persistent failure when running `npx supabase start` locally. **To Reproduce** Steps to reproduce the behavior: 1. Create a Supabase project via CLI. 2. Create...
**Describe the bug** When running `supabase init`, the generated `config.toml` sets both TOTP flags to `false`: ```toml [auth.mfa.totp] enroll_enabled = false verify_enabled = false ```` However, the documentation at [https://supabase.com/docs/guides/local-development/cli/config](https://supabase.com/docs/guides/local-development/cli/config)...
**Describe the bug** Since upgrading to Supbase CLI version 2.24.3 and upgrading my Supbase major_version from 15 -> 17 at the same time, my generated typescript types are flaky (the...
## What kind of change does this PR introduce? Add a restart command
**Describe the bug** I've created a new Supabase project yesterday. Since then, despite all my attempts, I've never been able to run the local environment. I first encountered issues with...
**Describe the bug** I have a running supabase project, I want to link it with my local supabase instance with "npx supabase link ". The connection to DB fail every...
**Is your feature request related to a problem? Please describe.** Updating the `conf.toml` file currently requires running `npx supabase stop` followed by `npx supabase start` for the changes to take...
**Describe the bug** ```bash Supabase CLI 2.24.3 failed to pull docker image: Error response from daemon: Get "https://public.ecr.aws/v2/": rejecting public.ecr.aws:443 because traffic from evaluating PAC file: getting PAC interpreter: SyntaxError:...