cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
**Is your feature request related to a problem? Please describe.** I'm a little bit frustrated when preparing for a production deployment using `supabase migration squash` command because it consolidates all...
**Describe the bug** Permission denied to create role on `CREATE ROLE "" WITH LOGIN NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION;` **To Reproduce** Steps to reproduce the behavior, please provide code snippets...
**Describe the bug** I tried to fetch the Typescript-scheme of my PostgresDB from a different scheme than "public" and for some reason while running `npm run supabase gen types typescript...
**Describe the bug** If a postgres function returns a record or a table row type, the generated return type is "unknonwn" which is incorrect. **To Reproduce** 1. Create a function...
**Describe the bug** I want to verify my generated Typescript types in my CI as proposed [here](https://github.com/supabase/supabase-action-example/blob/main/.github/workflows/ci.yaml#L32). However I'm facing the problem that the types generated in the CI environment...
**Describe the bug** The generated typescript types are incorrect when using nested embedding in a query. Gives the error: ```typescript `Property 'protertyName' does not exist on type 'SelectQueryError[].` ``` **To...
**Describe the bug** supabase diff when specifying --db-url does not include semicolon **To Reproduce** supabase db diff --db-url postgres://url -f migration_name **Expected behavior** semicolon should be included at the end...
## What kind of change does this PR introduce? Bump edge-runtime to 1.53.3 ### Changes #### Bug Fixes * don't emit `RequestCancelledBySupervisor` when event loop error has been raised ([#350](https://github.com/supabase/edge-runtime/issues/350))...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.58.2 to 1.59.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.59.0 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 26.1.2+incompatible to 26.1.3+incompatible. Commits b72abbb Merge pull request #5073 from vvoland/vendor-docker 26e9ff4 vendor: github.com/docker/docker v26.1.3-dev (8e96db1c328d) 4021ee9 Merge pull request #5071 from laurazard/backport/5051-26.1 326c713 OTel: implement missing...