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

When working on the database, every now and then having a `psql` shell is crucial e.g. for debugging, for inspecting, and so on. At the moment there are ways to...

enhancement

When working on the database, trying out migrations, etc. we can use the `supabase db start` command to only start the postgres database locally. When done with developing, it would...

enhancement

# Bug report ## Describe the bug the diff tool does not add the `with (security_invoker=on)` clause for views created with this clause, this omission can cause security issues. ##...

bug
migration

**Describe the bug** The command `supabase functions serve --env-file ./.env` yields: ``` Invalid env name: SUPABASE_PERSONAL_ACCESS_TOKEN. Env names cannot start with SUPABASE_. ``` This command **was resorted to** only because...

functions

**Describe the bug** When I run `supabase start` I get this error: ``` failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.139.2-rc.7 not found: manifest unknown: Requested...

bug

Bug While trying db push or db link i am getting Error "server error (FATAL: Address not in tenant allow_list:". Even after removing network restrictions, still getting the error message...

**Describe the bug** When using `supabase functions serve` I get the http status error code 546. From what I understand the npm package makes http requests to resolve the query....

Argument of type 'any[]' is not assignable to parameter of type 'never'.ts(2345) ## To Reproduce - may after Generating types (usually run without an issue) - may after upgrading the...

bug

# Bug report So as mentioned in the title: Views with non-nullable properties are nullable in generated types. ## Describe the bug Related StackOverflow question: https://stackoverflow.com/questions/17301323/why-are-my-views-columns-nullable It seems like according...

bug
typegen

**Describe the bug** My device has IPv6 disabled so I changed the "ip_version" to "IPv4" but still it's not working. I am getting the following error ![image](https://github.com/supabase/cli/assets/55453812/fbd34f20-b372-43f6-950f-acfcd07e1950) My config.toml ![image](https://github.com/supabase/cli/assets/55453812/6a696ed4-b80b-466c-ba9f-3ce78a1c9241)...

bug