From e65a2f418c7c8f4364d60a141aeb3bb543b6f139 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Wed, 7 Aug 2024 09:45:21 -0400 Subject: [PATCH] add common command to sync stripe products & prices --- supabase/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/supabase/README.md b/supabase/README.md index 5e84c83..0ef1828 100644 --- a/supabase/README.md +++ b/supabase/README.md @@ -20,6 +20,12 @@ supabase functions serve --env-file supabase/.env.local --import-map supabase/fu supabase secrets set --env-file supabase/.env ``` +# Sync Stripe products and prices with Supabase + +``` +deno run -A supabase/functions/_scripts/sync-stripe.ts +``` + # Deploy Functions ```