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.** I like to run everything from inside containers and not pollute my local system with anything, simple pruning will clean...
**Describe the bug** I cannot start supabase anymore, even when running a new project, it always used to work it suddenly stopped working and I cannot think of any reason...
**Describe the bug** Cannot generate signing keys with `supabase gen signing-key --algorithm ES256` when `signing_key.json` file is not already present. When you try, you get `failed to read signing keys:...
**Describe the bug** I generate new swift types for my schema from my local (test) supabase instance. But the generated types don't compile. Specifically, they have new additions like: ```...
Hi guys, please if you can help us to solve this issue, on supabase branching, why do we encounter this workflow stuck on creating project, on the previous 2 or...
# Correction ## Updated to Documentation-Only After reviewer feedback, this is now a documentation improvement rather than code change. ## What Changed Updated `[auth.email].enable_signup` and `[auth.sms].enable_signup` comments in config templates...
## Describe the bug The AI Assistant in Supabase Studio is failing with an error message "Something went wrong with the AI Assistant" when attempting to use it. The network...
**Describe the bug** The cli returns a 502 while starting **To Reproduce** Steps to reproduce the behavior: 1) npx supabase init 2) npx supabase start **Expected behavior** it would start...
### Overview With a Supabase local dev setup, Edge functions are unable to resolve container names, such as those provided by the `SUPABASE_DB_URL` environment variable. As CLI's generated container hostnames...
## What kind of change does this PR introduce? release platform-specific supabase binaries to NPM. Bug fix, feature, docs update, ... ## What is the current behavior? npm install will...