v2.17.0
Added 1
- Add update command to rename a segment
From Resend CLI
Install
cURL
curl -fsSL https://resend.com/install.sh | bash
Node.js
npm install -g resend-cli
Homebrew (macOS / Linux)
brew install resend/cli/resend
PowerShell (Windows)
irm https://resend.com/install.ps1 | iex
What's Changed
- refactor: convert dynamic command imports to static imports in tests by @dielduarte in https://github.com/resend/resend-cli/pull/373
- feat(segments): add update command to rename a segment by @dielduarte in https://github.com/resend/resend-cli/pull/374
Full Changelog: https://github.com/resend/resend-cli/compare/v2.16.0...v2.17.0