cli icon indicating copy to clipboard operation
cli copied to clipboard

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.

Results 501 cli issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug When generating the Database Model via supabase cli if there is an postgis extension activate in its file the functions provided generate errors...

bug

# Bug report ## Describe the bug Trying to get my local database in-sync with remote. Creating the initial migration was successful but I am unable to apply it since...

bug

# Feature request ## Is your feature request related to a problem? Please describe. Currently, when I would like to run a command before or after certain supabase cli commands,...

enhancement

# Bug report Same as https://github.com/supabase/cli/issues/437 so I am copying it over. ## Describe the bug I have a supabase project that is running in production. Now I want to...

bug

# Bug report ## Describe the bug The `supabase start` output is messed up. ## To Reproduce Steps to reproduce the behavior, please provide code snippets or a repository: 1....

bug
migration

# Bug report ## Describe the bug I wrote a supabase edge function a few weeks ago and successfully deployed it. Yesterday I went to edit it and realized I...

bug

# Bug report ## Describe the bug The generated typescript definitions from Supabase CLI do not include definitions for materalized views under `Database['public']['Views']` ## To Reproduce Steps to reproduce the...

bug

# Bug report Running `deno` code that loads JavaScript modules via the `deno` provided `require` wrapper doesn't work on the hosted environments but sort of works locally. "Sort of" because...

bug

# Bug report ## Describe the bug When using the latest CLI to init, start, link, and remote commit; supabase errors with a missing relation. ```bash relation "pgsodium.key_key_id_seq" does not...

bug

# Bug report ## Describe the bug ## To Reproduce 1. Install supabase cli with `npm i -g supabase` 2. Open windows powershell. 3. Run `supabase -v` 4. See error...

bug