Supabase CLI
Local Login
Run cli command or set up SUPABASE_ACCESS_TOKEN
environment variable
supabase login
Initialization
# initialization in project supabase init supabase start
TS Type Gen
supabase gen types typescript --project-id project_id > database.types.ts
Edge Functions
# new function supabase functions new function_name
Delete Function
Delete a Function from the linked Supabase project
- This does NOT remove the Function locally
supabase functions delete function_name project_ref_string