The Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal. With the CLI, you can: securely test webhooks without relying on 3rd party software, trigger webhook events or resend events for easy testing, tail your API request logs in real-time, and create, retrieve, update, or delete API objects.
The Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal. With the CLI, you can: securely test webhooks without relying on 3rd party software, trigger webhook events or resend events for easy testing, tail your API request logs in real-time, and create, retrieve, update, or delete API objects.
To install stripe-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install stripe-cli
To see what files were installed by stripe-cli, run:
port contents stripe-cli
To later upgrade stripe-cli, run:
sudo port selfupdate && sudo port upgrade stripe-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.