cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# Bug report ## Describe the bug Using Supabase locally in my project works great to log in from the React Native app. However, I'm using a NestJS backend to...
# Bug report ## Describe the bug Recently updated to supabase 0.17.0, and when running `supabase start` I get the following error message: ```bash Error: Failed to connect to Docker...
# Bug report It seems like the pg_net worker never starts. ```sql create extension pg_net; select net.http_post( url:='https://httpbin.org/post', body:='{"hello": "world"}'::jsonb ) as request_id; ``` returns `the pg_net background worker must...
# Feature request ## Is your feature request related to a problem? Please describe. I should be able to tail my Supabase logs from the Supabase CLI. Logs should include...
# Bug report ## Describe the bug If you use extensions which are turned off by default then you can't `start` or either do `db reset` . ## To Reproduce...
# Bug report ## Describe the bug ``` Im getting error when I visit api url right after inited git & supabase. ``` Output ``` API URL: http://localhost:54321 DB URL:...
# Bug report ## Describe the bug With the newest windows update the default ports used by the init script are blocked by Windows. ## To Reproduce Steps to reproduce...
c:\server\supabase start Error: Error response from daemon: No such image: supabase/postgres:14.1.0
# Feature request Use the current git branch name as the default name – when no branch name is given – for the db branch when running `supabase db branch...
# Feature request Download specific version of CLI A clear and concise description of what you want and what your use case is. Be able to say what version of...