#jcodog-cli
1 messages · Page 1 of 1 (latest)
What are you trying to do? What commands are you running and are you hitting specific errors?
Is there a way to make the CLI default to a live key?
I was updating prices and had to change the api key to allow write to core. But it still doesnt work
Says I am using a test key
Can you share what command you're using?
stripe prices update <price> -d "metadata[lookup_key]"="yearlyverif"
it says to use a live key but how?
ah yep, one sec
there an --api-key option you can use to supply a live key:
stripe update ... --api-key sk_live_1234
Complete reference documentation for the Stripe CLI.
ok thankyou
you're welcome!
That’s all thanks. Have a great day.
Perfect, ty! you too 🙂