# Resend CLI v2.11.0 - Product: Resend CLI (https://whatsnew.fyi/product/resend-cli) - Vendor: Resend - Date: 2026-08-10 - Version: v2.11.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.11.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.11.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 custom return path flag and CID/URL attachment syntax - **added** — Add suppression webhooks - **changed** — Use the API timestamp format in fixtures and help text - **changed** — Publish sha256 checksums with release assets ##### 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: add custom return path flag and CID/URL attachment syntax by @felipefreitag in https://github.com/resend/resend-cli/pull/352 * chore: use the API timestamp format in fixtures and help text by @felipefreitag in https://github.com/resend/resend-cli/pull/355 * chore: publish sha256 checksums with release assets by @felipefreitag in https://github.com/resend/resend-cli/pull/356 * feat(webhooks): add suppression webhooks by @Cisneiros in https://github.com/resend/resend-cli/pull/353 * chore: bump to v2.11.0 by @felipefreitag in https://github.com/resend/resend-cli/pull/357 ##### New Contributors * @Cisneiros made their first contribution in https://github.com/resend/resend-cli/pull/353 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.10.0...v2.11.0