Loading page…
Pitch
Description
Comments
Resend CLI provides full API coverage for emails, domains, contacts, and more with a user-friendly command-line interface. It is script and CI ready, offers flexible authentication, and ensures deterministic output. Seamlessly integrate Resend's features into workflows with easy installation and usage.
Resend CLI serves as an unofficial command-line interface for Resend, allowing users to interact with a diverse range of features efficiently.
--json, pagination, and consistent exit codes for automation.RESEND_API_KEY environment variable, along with completion functionalities for ease of use.resend auth login
resend emails send --from "you@yourdomain.com" --to "user@example.com" --subject "Hi" --html "<p>Hello!</p>"
resend emails list --json --limit 5
RESEND_API_KEY="re_xxx" resend emails list --json
The CLI requires a Resend API key, which can be set in one of two ways:
RESEND_API_KEY in the environment or .env file, which takes precedence.resend auth login if the environment variable is not set.For detailed command usage, refer to the Commands documentation and explore the Agents section for more features.
Contributors can find guidelines in the CONTRIBUTING.md file.
No comments yet.
Sign in to be the first to comment.