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 274 cli issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug I tried to run this command: ```bash supabase gen types typescript --db-url 'postgres://postgres:[YOUR_PASSWORD]@db.[YOUR_REF].supabase.co:6543/postgres' > types.ts ``` The password contained the special chars `$`,...

bug

# Bug report ## Describe the bug After installing Supabase CLI v1.0.1, I am unable to successfully access the project via the localhost GUI. ## To Reproduce Steps to reproduce...

bug

# Bug report ## Describe the bug Supabase is storing files in the non-standard location `~/.supabase`. ## To Reproduce Run a command like `supabase login`, I think `supabase functions serve`...

bug

This adds support for linux/arm64 to the Supabase functions CLI by utilizing the unofficial arm64 builds of Deno from https://github.com/LukeChannings/deno-arm64

# Bug report ## Describe the bug supabase db diff with simple setup Migra fails with functions that have variable declarations. ## To Reproduce Steps to reproduce the behavior, please...

bug

# Bug report ## Describe the bug It is not possible to invite new users (local development) ## To Reproduce Steps to reproduce the crash: 1. Initialize new project `$...

bug

# Bug report ## Describe the bug I've struggled to understand the conceptual model behind the CLI's DB commands for migrations, so I decided to have a whirl and learn...

bug

# Bug report ## Describe the bug Trying to install `pg_cron` locally but I'm facing the following issue: ```console zsh:~$ supabase init zsh:~$ echo "create extension if not exists pg_cron;"...

bug

# Improve documentation ## Link [README](https://github.com/supabase/cli/blob/main/README.md) ## Describe the problem - Install documentation doesn't cover the scenario for installation in linux outside apk/deb/rpm ## Describe the improvement - One proposal...

documentation

## What kind of change does this PR introduce? feature: `supabase db test` ## What is the current behavior? no cli native way to run tests ## What is the...