v2.5.0
Added 1
- Add custom-return-path and tracking flags to domains claim create command
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 custom-return-path and tracking flags to domains claim create by @joaopcm in https://github.com/resend/resend-cli/pull/327
- chore: release 2.5.0 by @joaopcm in https://github.com/resend/resend-cli/pull/328
Full Changelog: https://github.com/resend/resend-cli/compare/v2.4.0...v2.5.0