v2.15.0
Added 2
- Add update command to rename an API key
- Add share command for emails
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
- feat(api-keys): add update command to rename a key by @dielduarte in https://github.com/resend/resend-cli/pull/365
- feat(emails): add share command by @dielduarte in https://github.com/resend/resend-cli/pull/366
- chore: bump to v2.15.0 by @dielduarte in https://github.com/resend/resend-cli/pull/367
Full Changelog: https://github.com/resend/resend-cli/compare/v2.14.0...v2.15.0