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 When generating the Database Model via supabase cli if there is an postgis extension activate in its file the functions provided generate errors...
# 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...
# 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,...
# 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 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 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 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 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 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 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...