cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
## 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...
# 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`...
# 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 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...
# 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...
# 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...
# 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...
# 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:...
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...