v2.19.0
Added 1
- Add event replay command for webhooks
From Resend CLI
Install
cURL
curl -fsSL https://resend.com/install.sh | bash
Node.js
npm install -g resend-cli
Homebrew (macOS / Linux)
brew install resend/cli/resend
PowerShell (Windows)
irm https://resend.com/install.ps1 | iex
What's Changed
- feat(webhooks): add event replay command by @gabrielmfern in https://github.com/resend/resend-cli/pull/381
Full Changelog: https://github.com/resend/resend-cli/compare/v2.18.0...v2.19.0