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** that the package.json inside the container is malformed or using unsupported fields, and Node.js 22 is throwing an error when trying to parse it. **bug** admin@DESKTOP-PE3F9RV MINGW64...
**Describe the bug** `supabase db diff --linked` is stuck spinning up shadow db when I run this command on MacOs (on MBP-M4) **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** https://github.com/supabase/cli/issues/2533#issuecomment-2801993444 **To Reproduce** 1. Create `supabase/functions/slug/index.ts` ```typescript import "jsr:@supabase/functions-js/edge-runtime.d.ts"; import { handler } from "../../../../common/index.ts"; console.log("Hello from Functions!"); Deno.serve(handler); ``` 2. Create `../common/index.ts` ```typescript export const handler...
Secrets uploaded to local supabase vault using config.toml have their names converted to lowercase
**Describe the bug** When running supabase locally and uploading secrets to the vault using config.toml, all uppercase letters in the secret name are converted to lowercase. I am attempting to...
**Describe the bug** Unable to start the local environment on MacOS M3 Chip. When running `supabase start` i get the following error: `supabase start --create-ticket WARNING: analytics requires mounting default...
**Is your feature request related to a problem? Please describe.** I need to run my local Supabase with https enabled. My app uses some APIs that only runs in the...
**Is your feature request related to a problem? Please describe.** Currently, the Postgres database image used weighs nearly 3GB, which might be too heavy for some systems, especially if used...
## What kind of change does this PR introduce? This PR lets the CLI automatically detect when exactly one non‑public schema is provided and sets the environment variable `PG_META_GENERATE_TYPES_DEFAULT_SCHEMA` accordingly....
**Describe the bug** The Supabase CLI's `gen types` command will successfully connect to the DB to generate Typescript types, but if you add the Swift flag, suddenly wants you to...
## FYI I can re-create this bug issue on [Auth](https://github.com/supabase/auth) or [CLI](https://github.com/supabase/cli) repos if this is not the right place for it. ## Edit: [This conversation has a workaround](https://github.com/supabase/auth/issues/1940#issuecomment-2821804545) #...