- Support scheduling and tags in batch email sends
- Use resend.dev addresses in examples
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: support scheduling and tags in batch email sends by @felipefreitag in https://github.com/resend/resend-cli/pull/349
- fix: use resend.dev addresses in examples by @felipefreitag in https://github.com/resend/resend-cli/pull/350
- chore: bump to 2.10.0 by @felipefreitag in https://github.com/resend/resend-cli/pull/351
Full Changelog: https://github.com/resend/resend-cli/compare/v2.9.0...v2.10.0