# Resend CLI v2.15.0 - Product: Resend CLI (https://whatsnew.fyi/product/resend-cli) - Vendor: Resend - Date: 2026-08-21 - Version: v2.15.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.15.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.15.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add update command to rename an API key - **added** — Add share command for emails ##### Install **cURL** ```sh curl -fsSL https://resend.com/install.sh | bash ``` **Node.js** ```sh npm install -g resend-cli ``` **Homebrew (macOS / Linux)** ```sh brew install resend/cli/resend ``` **PowerShell (Windows)** ```sh 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