Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Stripe CLI

Build, test, and manage your Stripe integration right from the terminal with Stripe CLI.

Installation

  1. Copy Dockerfile inside your web container configuration .ddev/web-build/
  2. Start/Restart your project and you are done! 🙌

Check if it is working

ddev exec stripe --version

should output something like this

stripe version 1.5.1

Well done. Now you can start to listen to the stripe web hooks. Have fun 🎉

Contributed by @SuddenlyRust