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

**Describe the bug** supabase db diff command gives an error when creating a migration on db that contains partition table. A new partition table is generated every month and for...

I was using version 2.36.0 without any issues. After updating to 2.37.0, my project suddenly pulled in a large number of new dependencies, including Facebook-related frameworks, Cleric, and several others....

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: set `static_files` in config.toml deploy supabase edge function --use-docker terminal...

I am working on Supabase free nano project for dev, it was working perfectly, but suddenly, when I tried to use the db push command or link project command in...

## What kind of change does this PR introduce? Feature ## What is the current behavior? Have to seperately deploy changes to migrations, config, and functions. ## What is the...

when deploying edge functions with static_files configured and --use-docker is specified while docker is not running, the cli silently falls back to the native bundler. this causes static files to...

## 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...

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.5.2+incompatible to 29.1.1+incompatible. Commits 0aedba5 Merge pull request #6669 from vvoland/29-norc dd2be02 gha/e2e: Switch to rc and 29 latest 360952c Merge pull request #6680 from thaJeztah/bump_modules 8fc15ea...

dependencies
go

I am getting the following error ``` Relative import path "axios" not prefixed with / or ./ or ../ and not in import map from "file:///Users/alitamoore/workspaces/monorepo/libs/core/dist/src/errors/core.d.ts" ``` when running an...

**Link** https://supabase.com/docs/reference/cli/supabase-db-pull **Describe the problem** The documentation for `supabase db pull` does not mention that the Docker daemon must be running before executing this command. On a fresh setup, running:...