v2.12.0
Added 1
- Add cancel command for broadcasts
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(broadcasts): add cancel command by @dielduarte in https://github.com/resend/resend-cli/pull/359
- chore: bump to v2.12.0 by @dielduarte in https://github.com/resend/resend-cli/pull/360
Full Changelog: https://github.com/resend/resend-cli/compare/v2.11.0...v2.12.0