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

Proposal to bind CLI services to local IPs (while being configurable). See Linear ticket for context. Fixes SEC-620

## What kind of change does this PR introduce? feature ## What is the new behavior? ```bash git clone [email protected]:supabase/pg-delta.git cd cli/internal/db/diff/delta deno i # Pull remote schema as a...

# Bug report Recent supabase 2.62.5 update breaks with a DatabaseError ``` > supabase db reset Resetting local database... Recreating database... WARNING (42602): invalid configuration parameter name "supautils.disable_program", removing it...

bug

**Describe the bug** Running supabase db reset consistently fails with a 502 error when using a project folder whose name causes Docker Compose to append a suffix to container names...

I'm setting up a new local development environment for a currently hosted database. I created the local environment, linked to the hosted environment, ran a dump, configured the dump file...

## What kind of change does this PR introduce? Bug fix ## What is the new behavior? Catch common errors and show suggested resolutions. ## Additional context Add any other...

when running `supabase db test` from a docker-outside-of-docker environment, test file paths may be absolute host paths while `utils.DbTestsDir` is relative. `filepath.Rel` fails when the base path is relative and...

## What kind of change does this PR introduce? Feature ## What is the new behaviour? Its allows Edge Functions Management API to use folder introspection and serve function metadata....

**Describe the bug** Our team regularly faces issues using `supabase link` to connect to our project. We have both a staging and production enviornment, and we are sometimes able to...

# Bug report - [X ] I confirm this is a bug with Supabase, not with my own application. - [ X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...

bug