We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stripe preview whoami command doesn't work as described in the doc. I get error
stripe preview whoami
Unknown command "preview" for "stripe". Did you mean "reviews"? If not, see "stripe --help" for a list of available commands.
Display the sandbox i'm currently using.
run the following command in the CLI:
brew install stripe/stripe-cli/stripe
stripe login
stripe listen --forward-to localhost:3333/api/
The text was updated successfully, but these errors were encountered:
This isn't immediately apparent from the documentation (they should probably call it out in the sandbox docs)
You need to install the Stripe CLI preview plugin
https://docs.stripe.com/cli-preview-plugin
Sorry, something went wrong.
No branches or pull requests
Issue
stripe preview whoami
command doesn't work as described in the doc. I get errorExpected Behavior
Display the sandbox i'm currently using.
Steps to reproduce
run the following command in the CLI:
brew install stripe/stripe-cli/stripe
stripe login
stripe listen --forward-to localhost:3333/api/
(webhook is visible)stripe preview whoami
Environment
The text was updated successfully, but these errors were encountered: