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 Supabase CLI is unaware of a project configuration unless it is run from the directory containing the `supabase` directory. ## To Reproduce 1....
Same as https://github.com/supabase/realtime-js/issues/153 # Feature request As a client, I would like to generate typescript definitions for my supabase realtime client -- call it the Typed-SDK -- based on the...
# Feature request When you update your functions, you have to do folder by folder and most of the time the only function who need `--no-verify-jwt` you forgot to do...
# Feature request ## Is your feature request related to a problem? Please describe. I'm developing a Next.js app that often hits this error in local development: > sorry, too...
# Bug report ## Describe the bug It seems that it's not possible to start supabase in a gitpod workspace ## To Reproduce Steps to reproduce the behaviour, please provide...
# Bug report `supabase db remote commit` works fine but even though it warns about it is not foolproof and that you need to manually modify the migration file, I...
# Feature request I'm writing this spec to gauge interest in a PR I'm going to put together that wraps up a script we use internally to type-check the functions...
# Feature request Hello, I tried looking through the docs for a way to set secret values in `config.toml` by reading a `.env` file, but I couldn't find anything. Searching...
# Bug report ## Describe the bug There is no `supabase/seed.sql` after using `supabase init` as it is mentioned in the documentation. ## To Reproduce Just follow the documentation on...
## What kind of change does this PR introduce? This PR introduces a graceful shutdown for SIGINT/SIGTERM signals for the start command. ## What is the current behavior? Not implemented...