v2.13.0
Added 3
- Verify sha256 checksums in install scripts
- Fail closed when checksum verification cannot run
- Add careers command group
Fixed 1
- Remove beta mention for suppressions
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: remove beta mention for supressions by @gabrielmfern in https://github.com/resend/resend-cli/pull/361
- feat: verify sha256 checksums in install scripts by @felipefreitag in https://github.com/resend/resend-cli/pull/358
- feat: fail closed when checksum verification cannot run by @felipefreitag in https://github.com/resend/resend-cli/pull/362
- feat: add careers command group by @zenorocha in https://github.com/resend/resend-cli/pull/363
Full Changelog: https://github.com/resend/resend-cli/compare/v2.12.0...v2.13.0