cli icon indicating copy to clipboard operation
cli copied to clipboard

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.

Results 501 cli issues
Sort by recently updated
recently updated
newest added

## What kind of change does this PR introduce? Add an `--value-file` flag to `supabase start`. This will add the ability to export values from supabase start to an `.env.local`...

# Bug report ## Describe the bug It seems like my remote db is out of sync with the migrations, though I'm not sure why. When running `supabase db remote...

bug

# Feature request I frequently have issues with having version mismatches between my local version of postgres and the version of postgres on the database I'm trying to run `pg_dump`...

enhancement

# Bug report ## Error on '`supabase start`' trying to follow the instuctions on local devlopment as writtenin the docs https://supabase.com/docs/guides/functions#developing-locally when running `supabase start` its pulls several images then...

bug

# Bug report ## Describe the bug The database connection string for the command `supabase db reset` appears to include a hardcoded 'localhost' for the hostname, and I am not...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. During for example a CI/CD workflow it seems difficult to deploy changes when new functions have...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. Right now it's not possible to serve multiple functions at once. ## Describe the solution you'd...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. So I'm working on a project where I'm using codespaces for an ephemeral development environment, but...

enhancement

# Bug report ## Describe the bug running supabsae cli in wsl2 gave error when getting typescripts from schema Error: error running container triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection:...

bug

print help instead of validation error when passing 0 or more than 1 arguments to `migration new` ## What kind of change does this PR introduce? feature ## What is...