初始化
npx supabase init
新增一个函数
npx supabase functions new hello-world
登录
npx supabase login
发布函数
npx supabase functions deploy hello-world --project-ref tybqiaghnxeylhltjqeh
删除函数
supabase functions delete hello-world