stripe-cli for armv7l
Problem
Install the Stripe CLI on a Raspberry pi and do my integration testing
Feature
If there were a suitable version for raspberry pi at your download page @ https://github.com/stripe/stripe-cli/releases/tag/v1.5.4, I could have gone ahead.
Examples
Could you please provide stripe-cli for Raspberry Pi?
Proxy traffic to any unsupported device with --forward-to
If your webhook is running on a pi, and you have a supported device on the same network as your pi, then a workaround is to use the stripe CLI on the supported machine and point it to the pi.
stripe.exe listen --forward-to 10.0.0.5:3000/api/stripe-hooks
Not helpful for armv7l but if anyone on aarch64 comes across this issue, nix/nixpkgs has prebuilt binaries for:
* aarch64-linux
* i686-linux
* x86_64-linux
* x86_64-darwin
* aarch64-darwin
Building stripe-cli shouldn't be too difficult or long if you install go though
go 1.16+ you should be able to use use go install github.com/stripe/stripe-cli/cmd/stripe@latest