v2.16.0
Added 3
- Add broadcasts clicked-links command
- Add emails metrics command
- Add broadcasts recipients command
Changed 1
- Complete the broadcasts command table
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: add broadcasts clicked-links command by @dielduarte in https://github.com/resend/resend-cli/pull/368
- feat: add emails metrics command by @dielduarte in https://github.com/resend/resend-cli/pull/370
- feat(broadcasts): add recipients command by @dielduarte in https://github.com/resend/resend-cli/pull/369
- chore(skill): complete the broadcasts command table by @felipefreitag in https://github.com/resend/resend-cli/pull/371
- chore: bump to v2.16.0 by @dielduarte in https://github.com/resend/resend-cli/pull/372
Full Changelog: https://github.com/resend/resend-cli/compare/v2.15.0...v2.16.0