Install
cURL
curl -fsSL https://resend.com/install.sh | bashNode.js
npm install -g resend-cliHomebrew (macOS / Linux)
brew install resend/cli/resendPowerShell (Windows)
irm https://resend.com/install.ps1 | iexWhat's Changed
- feat: add templates to send command by @felipefreitag in #131
- fix: use async profile rename in invalid-profile prompt flow by @Esubaalew in #124
- fix: support comma-separated webhook events in --events flag by @felipefreitag in #132
- feat: allow dots in profile names by @felipefreitag in #133
- fix: signint-terminated process exits with code 130 by @felipefreitag in #134
- fix: stdin piping text by @felipefreitag in #135
- feat: add anonymous CLI telemetry via PostHog by @felipefreitag in #123
- chore(deps): update pnpm/action-setup action to v5 by @renovate[bot] in #114
- feat: add welcome message and update check on no arguments in CLI by @Shubhdeep12 in #89
- feat: open command for broadcasts and templates to open in browser by @Shubhdeep12 in #104
- fix: login command - trim keys/profiles, handle write errors and clear messages by @Shubhdeep12 in #101
- fix(auth): close silent output gap in
auth removeby @felipefreitag in #137 - feat: reorganize help menus to match dashboard navigation by @felipefreitag in #139
- chore: bump to 1.6.0 by @felipefreitag in #141
New Contributors
- @Esubaalew made their first contribution in #124
Full Changelog: v1.5.1...v1.6.0