cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
**Link** Add a link to the page which needs improvement (if relevant) **Describe the problem** When I enable analytics service in config.toml, how can I make supabase cli start service?...
**Is your feature request related to a problem? Please describe.** I have a monorepo that has a very specific naming structure with `/apps` and `/libs` folders. The option for `--workdir`...
supabase -v ---> 1.153.4 I made a migration minute ago but Supabase CLI shows it like it was 2 hours ago. I think thats because of the timezone issue. Please...
## What kind of change does this PR introduce? * Adds a `supabase seed auth` command that generates sql examples to add test users and saves them in a `seed.example.sql`...
## What kind of change does this PR introduce? feature ## What is the new behavior? `supabase migration fetch` to download statements in migration history table as local migration files....
## What kind of change does this PR introduce? closes https://github.com/supabase/cli/issues/1215 ## What is the new behavior? - Add schema files to `supabase/schemas` (they will be run in lexical order)...
# 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...
I first brought this up in the [discussions](https://github.com/orgs/supabase/discussions/17917) but I think here is a more fitting space **Is your feature request related to a problem? Please describe.** In my `config.toml`...
**Describe the bug** The `npx supabase db diff --use-migra` command is not picking a new db trigger that was created using the SQL editor locally. It did pick up the...
I just switched to the new method to deploy all my functions: `supabase functions deploy` I would like a way to set in `config.toml` some function to me ignored during...