#jimmiler-cli-dashboard

1 messages · Page 1 of 1 (latest)

dire olive
#

That means live mode but that's just a UI view in the Dashboard, nothing else

dull sigil
#

so if I create a customer in the CLI, is it in Test mode and the customer will not be added to the live data?

dire olive
#

correct, unless you pass --live

dull sigil
#

ahh, ok. that makes sense. Thank you

dire olive
#

sure thing

dull sigil
#

@dire olive from the tutorial, this doesn't seem to work:
-d invoice_settings[default_payment_method]=pm_card_visa
has these changed?
Full command:
stripe customers create --email test+cli@test.com --payment-method pm_card_visa -d invoice_settings[default_payment_method]=pm_card_visa

dire olive
#

what doesn't work?

dull sigil
#

the command to create a customer with the -d flag. I want to add a default payment method with invoice setting

#

zsh: no matches found: invoice_settings[default_payment_method]=pm_card_visa

dire olive
#

-d "invoice_settings[default_payment_method]=pm_card_visa"

dull sigil
#

ok, lemme try