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

# Feature request ## Is your feature request related to a problem? Please describe. Below these, it would be good to show the active branch: ## Describe the solution you'd...

enhancement

# Bug report ## Describe the bug Adding a trigger using migration is not working. The SQL code for the trigger is not added to the migration for some reasons....

bug

# Bug report ## Describe the bug When running Supabase inside a Docker container with a docker-host-socket to container setup (container has access to the host's Docker socket), when running...

bug

# Feature request ## Is your feature request related to a problem? Please describe. We currently have seeding scripts written in TypeScript. They served two purposes: 1. Reproducibility of the...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. I'd love to view the running database cluster with pgadmin. As I was jumping between branches...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. I'd like to run supabase on a Raspberry Pi 4 with a 64bit OS. Currently some...

enhancement

# Feature request To encourage parity, between prod, staging and development when standing up a local Supabase dev environment, I often want * a copy of prod/staging db * w/...

# Feature request ## Is your feature request related to a problem? Please describe. When generating types columns that use a range are being generated with `unknown`. For example: ```...

enhancement
typegen

## What kind of change does this PR introduce? Bug fix #184 ## What is the current behavior? Internal schemas are not backed up ## What is the new behavior?...