# Resend CLI v2.17.1 - Product: Resend CLI (https://whatsnew.fyi/product/resend-cli) - Vendor: Resend - Date: 2026-08-26 - Version: v2.17.1 - Original notes: https://github.com/resend/resend-cli/releases/tag/v2.17.1 - Permalink: https://whatsnew.fyi/product/resend-cli/releases/v2.17.1 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** — Prompt yes/no for boolean careers application fields - **added** — Prompt location fields with a searchable country list ##### 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: prompt yes/no for boolean careers application fields by @zenorocha in https://github.com/resend/resend-cli/pull/375 * feat(careers): prompt location fields with a searchable country list by @zenorocha in https://github.com/resend/resend-cli/pull/376 * chore: bump to v2.17.1 by @felipefreitag in https://github.com/resend/resend-cli/pull/377 **Full Changelog**: https://github.com/resend/resend-cli/compare/v2.17.0...v2.17.1