cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# Feature request ## Is your feature request related to a problem? Please describe. I have found myself, when debugging initial migrations, wanting to do `supabase stop` and `supabase start`...
## What kind of change does this PR introduce? Feature! Requested in https://github.com/supabase/cli/issues/234 ## What is the current behavior? Doesn't exist Please link any relevant issues here. https://github.com/supabase/cli/issues/234 ## What...
# Feature request Would be really nice to be able to use [Podman](https://podman.io/) instead of Docker. Podman is more lightweight, and from my understanding can run containers rootless
# Bug report ## Describe the bug One of the biggest benefits I see in Suapabase is its ability to be nearly 100% controlled via SQL. This to me means...
## What kind of change does this PR introduce? feature ## What is the current behavior? when using `cli` to work with docker locally `postgres` container size growth wildly based...
# Feature request ## Is your feature request related to a problem? Please describe. After some time, the number of migrations becomes quite large and with it, the startup time....
Prior to 0.24.6, this code in my repo works: ``` const supabase = createClient( process.env.NEXT_PUBLIC_SUPABASE_URL!, process.env.NEXT_PUBLIC_SUPABASE_KEY! ); supabase .from(`space:id=eq.${spaceID}`) .on("*", () => { r.pull(); }) .subscribe(); ``` After 0.24.6, the...
# Feature request Can we persist data when doing local development? Currently the user input data will be lost when supabase stop and start again. It will be really helpful...
# Bug report ## Describe the bug If you run SQL statements that generate `NOTICE` non-fatal error output this causes `supabase start` to terminate after starting the database without starting...
# Feature request Would it possible to publish the cli to npm using something like https://github.com/sanathkr/go-npm ## Is your feature request related to a problem? Please describe. I’m using `supabase...