cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
**Describe the bug** When running `supabase start` the CLI errors with "failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/postgrest:v12.1 not found: manifest unknown: Requested image not...
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
**Describe the bug** When trying to run `supabase start` or `supabase db start` on a linked project the command fails with: ``` 2024/07/04 16:04:35 Send Done 2024/07/04 16:04:35 Recv First...
chore(deps): bump github.com/charmbracelet/bubbletea Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.26.4 to 0.26.5. - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml) - [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.26.4...v0.26.5) --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbletea dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot]
When running in dev container (code spaces) endpoints get forwarded. So API endopoint of http://127.0.0.1:54321 becomes https://codespace123-54321.app.github.dev (running on port 443). There is no way to configure this in .toml...
## What kind of change does this PR introduce? Bug fix ## What is the new behavior? Setting `SUPABASE_PROJECT_ID` env var should override any linked project. ## Additional context Blocked...
## What kind of change does this PR introduce? closes #1491 ## What is the new behavior? Kong already sets up https port. Expose it via config.toml. ## Additional context...
**Describe the bug** Running `supabase start` fails and results in `could not access file \"$libdir/wrappers-0.1.19\": No such file or directory` from the pg container. **To Reproduce** Steps to reproduce the...
**Describe the bug** Should be able to use `supabase link` with args or env variables, so it can be used in github actioms **To Reproduce** Steps to reproduce the behavior:...
I'm using supabase auth, supabase RLS, and the supabase postgREST api. I like the idea of pushing authorization and validation rules all into the db, rather than having them split...