Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

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.18.0

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

Contributed by @SuddenlyRust