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

**Describe the bug** when i execute supabase link --project-ref xxxxxx Failed to save database password: failed to unlock correct collection '/org/freedesktop/secrets/aliases/default' Finished supabase link. **Additional context** Supabase cli version: 1.123.4...

**Describe the bug** Running `supabase start` on github actions leads to auth error **To Reproduce** Steps to reproduce the behavior: 1. Create a github action 2. Use supabase/setup-cli@v1, version: latest...

# 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 [Discussions](https://github.com/supabase/supabase/discussions), and...

bug
migration

**Describe the bug** `env` isn't working for some config.toml keys for example `enabled = env(MY_VAR)` in auth section. **To Reproduce** Steps to reproduce the behavior: 1. Add following Google OAuth...

enhancement

**Is your feature request related to a problem? Please describe.** I built a custom [postgres-meta](https://github.com/supabase/postgres-meta) image, and I want to start it using cli command, like `supabase start`, but now...

enhancement

**Describe the bug** When trying to run `supabase start` or `npx supabase start` or `sudo supabase start` on a fresh project I keep getting the same error: ``` Error response...

container

How can I dump triggers (`CREATE TRIGGER` statements with `supabase db dump`)? Tried with and without `--data-only` argument. On the other side, `pg_dump` dumps triggers perfectly. Why is it better...

enhancement

**Describe the bug** When running Supabase for the first time, it creates a projectname that is invalid and will not allow any actions in Docker Desktop. I assume it is...

bug
container

I propose to add something like `supabase gen schema json` alongside with `supabase gen types typescript` because typescript types can't be reflected in runtime.

enhancement

**Is your feature request related to a problem? Please describe.** When I create a new project via command line, i can only specify a plan and region but I also...

enhancement