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.** Our team keeps running into issues that have been fixed in new versions of the CLI **Describe the solution you'd...
**Describe the bug** I am unable to create users locally from the Studio **To Reproduce** Steps to reproduce the behavior: 1. Go to `/project/default/auth/users` 2. Click on Add User ->...
**Describe the bug** I upgraded Supabase CLI on my machine to the latest version and it does not allow me to deploy my edge function. This goes away if I...
**Describe the bug** The --env-file flag is failing to read any .env files. **To Reproduce** Steps to reproduce the behavior: 1. Open a terminal 2. Run `npx supabase functions serve...
**Is your feature request related to a problem? Please describe.** Databases, especially in the supabase context, often need many helper functions, views, etc. That are troublesome to manage with migrations....
### Is your feature request related to a problem? Please describe. Supabase is using a lot of CPU at idle. Using the `supabase start` `-x` option to exclude containers is...
**Describe the bug** Crash report ID : df9051ce9f494342b5981d91e1f81fe9 I used to use the supabase locally without any issues and after resetting the project it started throwing `service not healthy: [supabase_rest_suptest...
# 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...
The addition of SAML/SSO support in Supabase Auth was a very welcome addition! Great work! I'm currently working on building an application that will make heavy use of this. Unfortunately,...
is there anyway to change the binding IP for local supabase from 0.0.0.0 to 127.0.0.1?  supabase cli is also not respecting the /etc/docker/daemon.json default IP 