cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
This PR fixes various cross-platform compatibility issues in tests, particularly between Windows and Unix-like systems. ### Changes Made: 1. Path Separator Handling: - Added `filepath.ToSlash()` for error message comparison and...
## What kind of change does this PR introduce? chore ## What is the new behavior? - returns all validation errors in one shot - easier to introduce optional configs...
# Add Custom Config File Support Introduces a new `--config-file` flag to the Supabase CLI, enabling users to specify alternative configuration files. This enhancement allows running multiple parallel local development...
- Add ShadowHost config option to control shadow database connection - Default to Hostname if ShadowHost not set --- The scenario is the following: - local supabase deployment, self hosted....
**Describe the bug** When running supabase start on Fedora with Docker Desktop, the process fails with a "Mounts denied" error specifically for the Docker Desktop socket path (/socket_mnt/home//.docker/desktop/docker.sock). This occurs...
**Describe the bug** I am trying to link to a remove project (non-local of course) using the `supabase link --project-ref --password ` command, and I am getting the following error...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
**Is your feature request related to a problem? Please describe.** when editing or creating policy the editor space is too small and become very complicated to get global view **Describe...
**Describe the bug** I am trying to download all the data that I Have in the storage with the CLI with recursive feature, I Have around 5 GB of data...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...