#SpicyJungle
1 messages · Page 1 of 1 (latest)
Hi, the stripe CLI will always default to test mode.
How can I add a lookup key to a price then?
You can use the API: https://stripe.com/docs/api/prices/update or you can use the CLI but in live mode. You do this by setting the API key to use your live mode key: https://stripe.com/docs/cli/api_keys
Thanks :)