v2.18.0
Added 1
- Add event listing commands for webhooks
Fixed 1
- Remove piped installers and api-key flag mentions flagged by registry audit
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
- fix(skill): remove piped installers and api-key flag mentions flagged by registry audit by @felipefreitag in https://github.com/resend/resend-cli/pull/378
- feat(webhooks): add event listing commands by @gabrielmfern in https://github.com/resend/resend-cli/pull/380
Full Changelog: https://github.com/resend/resend-cli/compare/v2.17.1...v2.18.0