stripe-cli icon indicating copy to clipboard operation
stripe-cli copied to clipboard

stripe-cli for armv7l

Open anmathew opened this issue 5 years ago • 2 comments

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?

anmathew avatar Nov 19 '20 17:11 anmathew

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

ozten avatar Mar 02 '22 05:03 ozten

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

06kellyjac avatar Apr 27 '22 14:04 06kellyjac