# Resend CLI changelog > The official command-line interface for Resend — send and manage email from the terminal. - Vendor: Resend - Category: Developer Tools - Official site: https://resend.com - Tracked by: What's New (https://whatsnew.fyi/product/resend-cli) - Harvested from: GitHub (resend/resend-cli) - Entries below: 10 (newest first) 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. ## Releases ### v2.10.0 - Date: 2026-07-21 - Version: v2.10.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.10.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.10.0 - **added** — Support scheduling and tags in batch email sends - **fixed** — Use resend.dev addresses in examples ##### 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: support scheduling and tags in batch email sends by @felipefreitag in https://github.com/resend/resend-cli/pull/349 * fix: use resend.dev addresses in examples by @felipefreitag in https://github.com/resend/resend-cli/pull/350 * chore: bump to 2.10.0 by @felipefreitag in https://github.com/resend/resend-cli/pull/351 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.9.0...v2.10.0 ### v2.9.0 - Date: 2026-07-15 - Version: v2.9.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.9.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.9.0 - **added** — Add message_id to sent email get/list output - **added** — Add suppressions command group (beta) ##### 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 message_id to sent email get/list output by @cpenned in https://github.com/resend/resend-cli/pull/342 * chore: sync prs to linear with latest workflow by @gabrielmfern in https://github.com/resend/resend-cli/pull/343 * chore: update sync_prs_to_linear action hash to a54e4298f0 by @dielduarte in https://github.com/resend/resend-cli/pull/345 * feat: add suppressions command group (beta) by @CarolinaMoraes in https://github.com/resend/resend-cli/pull/347 * chore: bump to 2.9.0 by @CarolinaMoraes in https://github.com/resend/resend-cli/pull/348 ##### New Contributors * @CarolinaMoraes made their first contribution in https://github.com/resend/resend-cli/pull/347 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.8.1...v2.9.0 ### v2.8.1 - Date: 2026-07-03 - Version: v2.8.1 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.8.1 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.8.1 - **removed** — Drop resource field from oauth-grants ##### 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: drop resource field from oauth-grants by @dielduarte in https://github.com/resend/resend-cli/pull/341 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.8.0...v2.8.1 ### v2.8.0 - Date: 2026-07-03 - Version: v2.8.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.8.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.8.0 - **added** — Add oauth-grants list and revoke commands ##### 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 oauth-grants list and revoke commands by @dielduarte in https://github.com/resend/resend-cli/pull/340 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.7.0...v2.8.0 ### v2.7.0 - Date: 2026-07-03 - Version: v2.7.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.7.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.7.0 - **added** — OAuth authentication ##### 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 * chore: update sync_prs_to_linear sha by @dielduarte in https://github.com/resend/resend-cli/pull/339 * feat: oauth authentication by @gabrielmfern in https://github.com/resend/resend-cli/pull/320 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.6.0...v2.7.0 ### v2.7.0-preview.1 - Date: 2026-06-26 - Version: v2.7.0-preview.1 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.7.0-preview.1 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.7.0-preview.1 - Labels: Pre-release - **changed** — Style the login callback page for OAuth ##### 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(oauth): style the login callback page by @dielduarte in https://github.com/resend/resend-cli/pull/337 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.7.0-preview.0...v2.7.0-preview.1 ### v2.7.0-preview.0 - Date: 2026-06-26 - Version: v2.7.0-preview.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.7.0-preview.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.7.0-preview.0 - Labels: Pre-release ##### 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 ``` **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.6.0...v2.7.0-preview.0 ### v2.6.0 - Date: 2026-06-23 - Version: v2.6.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.6.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.6.0 - **added** — Add CLI import commands - **security** — Update dependency esbuild to v0.28.1 - **changed** — Note default CSV column matching in imports create help ##### 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 * fix(deps): update dependency esbuild to v0.28.1 [security] by @renovate[bot] in https://github.com/resend/resend-cli/pull/324 * feat: add cli import commands by @cpenned in https://github.com/resend/resend-cli/pull/329 * chore(deps): update pnpm to v11.8.0 by @renovate[bot] in https://github.com/resend/resend-cli/pull/308 * chore(deps): update dependency @yao-pkg/pkg to v6.20.0 by @renovate[bot] in https://github.com/resend/resend-cli/pull/310 * chore(deps): update dependency tsx to v4.22.4 by @renovate[bot] in https://github.com/resend/resend-cli/pull/318 * chore(deps): update vitest monorepo by @renovate[bot] in https://github.com/resend/resend-cli/pull/319 * chore: note default CSV column matching in imports create help by @felipefreitag in https://github.com/resend/resend-cli/pull/332 * chore: bump to 2.6.0 by @felipefreitag in https://github.com/resend/resend-cli/pull/333 ##### New Contributors * @cpenned made their first contribution in https://github.com/resend/resend-cli/pull/329 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.5.0...v2.6.0 ### v2.5.0 - Date: 2026-06-18 - Version: v2.5.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.5.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.5.0 - **added** — Add custom-return-path and tracking flags to domains claim create command ##### 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 and tracking flags to domains claim create by @joaopcm in https://github.com/resend/resend-cli/pull/327 * chore: release 2.5.0 by @joaopcm in https://github.com/resend/resend-cli/pull/328 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.4.0...v2.5.0 ### v2.4.0 - Date: 2026-06-17 - Version: v2.4.0 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.4.0 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.4.0 - **security** — Harden security posture flagged by registry audits - **added** — Suggest commands for mistyped CLI input - **added** — Add domains claim commands ##### 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 * fix(skill): harden security posture flagged by registry audits by @felipefreitag in https://github.com/resend/resend-cli/pull/321 * feat: suggest commands for mistyped CLI input by @ompathak2004 in https://github.com/resend/resend-cli/pull/322 * feat: add domains claim commands by @joaopcm in https://github.com/resend/resend-cli/pull/325 * chore: bump to 2.4.0 by @joaopcm in https://github.com/resend/resend-cli/pull/326 ##### New Contributors * @ompathak2004 made their first contribution in https://github.com/resend/resend-cli/pull/322 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.3.0...v2.4.0