Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema. - supabase/cli
6 changes: 3 additions & 3 deletions 6 pkgs/by-name/su/supabase-cli/package.nix Original file line numberDiff line numberDiff line change @@ -10,16 +10,16 @@ buildGoModule rec { pname = "supabase-cli"; version = "2.10.2"; version = "2.15.0"; src = fetchFromGitHub { owner ...
To get started with local development, you'll need to install the Supabase CLI and Docker. The Supabase CLI allows you to start and manage your local Supabase stack, while Docker is used to run the necessary services.Once set up, you can initialize a new Supabase project, start the local...
nix-build -A supabase-cli https://github.com/r-ryantm/nixpkgs/archive/bb23268100aebd2eb0cf4a75b140f0589a052072.tar.gz Or: nix build github:r-ryantm/nixpkgs/bb23268100aebd2eb0cf4a75b140f0589a052072#supabase-cli After you've downloaded or built it, look at the files and if there are...
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema. - Release v1.178.6 · supabase/cli
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript. meta.description for supabase-cli is: CLI for interacting with supabase met...
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema. - Release v1.129.3 · supabase/cli
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript. meta.description for supabase-cli is: CLI for interacting with supabase met...
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript. meta.description for supabase-cli is: CLI for interacting with supabase met...
In the current version of CLI v1.200.3 I realized that we need to explicitly mention verify_jwt = true for the function to check for JWT Authorized headers. Which is the opposite of default behaviour. Dear Supabase Team, I really appreciate the product and the numerous new features you are...