Skip to content

Commit

Permalink
add common command to sync stripe products & prices
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwong525 committed Aug 7, 2024
1 parent 7192aca commit e65a2f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions supabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit e65a2f4

Please sign in to comment.