cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
`brew upgrade supabase` -> Warning: supabase 2.65.5 already installed
- **chore: sync API types from infrastructure (#4581)** - **fix: use double width emoji as icons (#4582)** - **fix(docker): bump the docker-minor group in /pkg/config/templates with 2 updates (#4584)** -...
## What kind of change does this PR introduce? Feature ## What is the current behavior? Refs: #1705, supabase/supabase#34139 Webhooks require full URLs, breaking when migrating between environments. ## What...
Bumps the actions-major group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now...
Bumps the go-minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/compose-spec/compose-go/v2](https://github.com/compose-spec/compose-go) | `2.9.1` |...
**Describe the bug** npx supabase db diff generates migration to recreate enum type, even though values were already added successfully using ALTER TYPE ... ADD VALUE. **To Reproduce** 1. Use...
# Bug report * [x] I confirm this is a bug with Supabase, not with my own application. * [x] I confirm I have searched the Docs, GitHub Discussions, and...
### Fix: Remove inline `jsr:` import from generated functions template The template created by `supabase functions new` currently triggers Deno lint errors because it includes an inline `jsr:` import without...
## Problem When using extensions like `ltree` in the `extensions` schema, migrations can fail with cryptic errors: ERROR: type "ltree" does not exist (SQLSTATE 42704) This error is confusing because:...
I was wondering how one might use the CLI to run supabase local with 2 projects. One for a local development environment and the other for a local test environment....