v2.9.0
Added 2
- Add message_id to sent email get/list output
- Add suppressions command group (beta)
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 message_id to sent email get/list output by @cpenned in https://github.com/resend/resend-cli/pull/342
- chore: sync prs to linear with latest workflow by @gabrielmfern in https://github.com/resend/resend-cli/pull/343
- chore: update sync_prs_to_linear action hash to a54e4298f0 by @dielduarte in https://github.com/resend/resend-cli/pull/345
- feat: add suppressions command group (beta) by @CarolinaMoraes in https://github.com/resend/resend-cli/pull/347
- chore: bump to 2.9.0 by @CarolinaMoraes in https://github.com/resend/resend-cli/pull/348
New Contributors
- @CarolinaMoraes made their first contribution in https://github.com/resend/resend-cli/pull/347
Full Changelog: https://github.com/resend/resend-cli/compare/v2.8.1...v2.9.0