Skip to main content

Common Commands

Deploy Supabase functions

supabase functions deploy

Set supabase secrets from .env file

supabase secrets set --env-file .env

Start supabase local server

supabase start

Start local Supabase functions

supabase functions serve --env-file .env --import-map supabase/functions/deno.json