You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the plugin is not part of this repo, so if this isn't the right place to report it please tell me where is.
Using data strings for operations in sandboxes using stripe preview doesn't work:
stripe preview use "Kryštof dev"✔ Remaining on Kryštof dev. This is a sandbox, no live data will be affected.stripe preview products listOperating in Kryštof dev (wksp_test_6R3…)...{ "object": "list", "data": [], "has_more": false, "url": "/v1/products"}stripe preview products create -d 'name=test'Operating in Kryštof dev (wksp_test_6R3…)...Error: invalid character 'a' in literal null (expecting 'u')
Using option syntax it works (but that is not viable for nested objects):
stripe preview products create --name test Operating in Kryštof dev (wksp_test_6R3…)...{ "id": "prod_QlR97hKZph6ct6", "object": "product", …}
I guess the plugin is not part of this repo, so if this isn't the right place to report it please tell me where is.
Using data strings for operations in sandboxes using
stripe preview
doesn't work:Using option syntax it works (but that is not viable for nested objects):
Without preview it works:
macOS, Stripe CLI version 1.21.3.
The text was updated successfully, but these errors were encountered: