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. My database schema has comments on every table an some columns. It would be nice if...

enhancement
typegen

https://github.com/supabase/cli/blob/f71be9e378b44043e96b0283e221831e722fe7d9/internal/utils/misc.go#L36 When you hit swagger on Supabase hosted, you see the following output: ``` "info": { "description": "@graphql({\"inflect_names\": true})", "title": "PostgREST API", "version": "**9.0.0.20220531** (pre-release) (d14f745)" }, ``` However, locally...

enhancement

https://github.com/supabase/postgres-meta/compare/v0.79.5...v0.79.9 Includes https://github.com/supabase/postgres-meta/commit/3b6c4aaef77444bf947fb9a05a62f8a2bc756298 which affects typegen

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 25.0.5+incompatible to 26.0.0+incompatible. Commits 2ae903e Merge pull request #4929 from dvdksn/privileged-flag 5931a2f Merge pull request #4956 from vvoland/vendor-docker-26.0.0-dev ed9dd75 Merge pull request #4949 from akerouanton/remove-short-cid-alias 69575f6 vendor:...

dependencies
go

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 26.0.0+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.0.0 26.0.0 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies
go

Can't use `supabase functions download `. Simply get `Eszip extracted successfully inside path /home/deno` Not sure why it'd download there, but it is not downloaded at all. Nothing is actually...

bug

Just trying out ``supabase migration squash`` for the first time and got: ```failed to connect to postgres: failed to connect to `host=127.0.0.1 user=postgres database=postgres`: failed to receive message (read tcp...

## What kind of change does this PR introduce? feature ## What is the new behavior? Attempts to use native docker logs driver. ## Additional context Add any other context...

**Describe the bug** Similar issue as described here: https://github.com/supabase/supabase/issues/15184 Created a new issue here since I suspect this to be a CLI issue. Created a new project and tried to...

bug

## Describe the bug After setting up a materialized view `sensitive_data_view` with restricted access, and granting `SELECT` permission exclusively to the `service_role`, users without the `service_role` can unexpectedly access the...