# Resend CLI v2.12.0 - Product: Resend CLI (https://whatsnew.fyi/product/resend-cli) - Vendor: Resend - Date: 2026-08-11 - Version: v2.12.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.12.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.12.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 cancel command for broadcasts ##### 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(broadcasts): add cancel command by @dielduarte in https://github.com/resend/resend-cli/pull/359 * chore: bump to v2.12.0 by @dielduarte in https://github.com/resend/resend-cli/pull/360 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.11.0...v2.12.0