v2.4.0
Added 2
- Suggest commands for mistyped CLI input
- Add domains claim commands
Security 1
- Harden security posture flagged by registry audits
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
- fix(skill): harden security posture flagged by registry audits by @felipefreitag in https://github.com/resend/resend-cli/pull/321
- feat: suggest commands for mistyped CLI input by @ompathak2004 in https://github.com/resend/resend-cli/pull/322
- feat: add domains claim commands by @joaopcm in https://github.com/resend/resend-cli/pull/325
- chore: bump to 2.4.0 by @joaopcm in https://github.com/resend/resend-cli/pull/326
New Contributors
- @ompathak2004 made their first contribution in https://github.com/resend/resend-cli/pull/322
Full Changelog: https://github.com/resend/resend-cli/compare/v2.3.0...v2.4.0