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...
I've seen a lot of posts about how the deno extension in vscode doesn't work well with existing project structures, making development difficult. I think the main reason behind this...
Hello all! 1. **A bit of context:** At first I was solo on the project, and configured the database via Supabase dashboard, and the base is on Supabase, not local....
**Describe the bug** not able to start second project on my macbook with intel chip (works fine on macbook with arm chip) **To Reproduce** try to deploy second project to...
**Is your feature request related to a problem? Please describe.** Currently the Supabase documentation includes the lint functionality in the sample Github workflows. Since lint always returns a zero exit...
The `supabase gen types` appears to lack support for RPC functions returning objects with nullable properties. ### Steps to reproduce: Define an RPC function: ```sql CREATE TYPE status_type_enum AS ENUM...
**Describe the bug** I've dumped my production data to sql file for local development purpose. Trying to reset local supabase instance I get an error that column type is invalid....
# Bug report - [ X ] I confirm this is a bug with Supabase, not with my own application. - [ X ] I confirm I have searched the...
**Describe the bug** Running the diff with --use-pgadmin fails I can't see what's gone wrong. **To Reproduce** Steps to reproduce the behavior: 1. supabase db diff --use-pgadmin **Expected behavior** Diff...
**Is your feature request related to a problem? Please describe.** I've encountered an issue where the Supabase CLI auto-generates a config.toml file with default port settings. If those ports are...