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 ## Describe the bug We currently have an existing Supabase project and we're interested in using the supabase CLI to improve our development environment. To get the...
# Bug report ## Describe the bug I'm getting this output when I run `supabase db push`: ``` Applying unapplied migrations... Error: ERROR: must be owner of table pages (SQLSTATE...
# Bug report ## Describe the bug After running `supabase functions serve` on a newly-created `hello` function, I expect to see the function hot-reload after changing the `index.ts` file of...
# Improve documentation ## Link [NPM Subabase CLI](https://www.npmjs.com/package/supabase) ## Describe the problem We're using the Supabase cli in our project and have had the following issue: The npm package has...
# Bug report ## Describe the bug Prior to supabase cli 0.16.0/1 when you started and stopped the supabase service it would dump and restore your database so that any...
# Bug report ## Describe the bug `supabase db remote commit` stuck at 0% progress if a new schema is added to the database. ## To Reproduce Steps to reproduce...
Hi there, I'm trying to seed my local database with 1000 users and 1000 posts. However I'm greeted with the following error: `"Body exceeded 1mb limit"` So postgres is complaining...
# Feature request I'd like to be able to set SUPABASE_REST_URL when using Supabase Studio from CLI. At the moment, I believe I can configure the port using the config.toml...
# Feature request It is currently very difficult to debug issues related to trigger functions. Adding logging locally could significally help with that. I've originally posted about it [here](https://github.com/supabase/supabase/discussions/7061).
# Feature request ## Is your feature request related to a problem? Please describe. Yes, supabase cli doens't allow to config the phone authentication ## Describe the solution you'd like...