resend-cli

Automate Resend service management via CLI in scripts and CI/CD pipelines.

2|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/passionseed/ps_app --skill resend-cli-passionseed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/passionseed/ps_app/tree/main/.agents/skills/resend-cli
Command: npx skills add https://github.com/passionseed/ps_app --skill resend-cli-passionseed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Resend CLI enables you to manage emails, domains, templates, webhooks, API keys, and logs from the command line, empowering automation in scripts and CI/CD pipelines while ensuring non-interactive, deterministic execution with clear flag contracts.

Core Features & Use Cases

  • CLI-driven management of Resend resources (emails, domains, templates, webhooks, and logs) for automation, CI/CD, and local development.
  • Supports non-interactive operation with explicit flag rules and robust error handling to prevent silent failures.
  • Use cases include integrating with deployment pipelines, automated testing notifications, and scriptable account administration.

Quick Start

Install the Resend CLI, authenticate with your API key, and verify setup with doctor.

Frequently Asked Questions about resend-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Resend email and domain management in a CI/CD pipeline?

Automate Resend email and domain management in a CI/CD pipeline by using a CLI tool that supports non-interactive execution with explicit flag rules and API key authentication, preventing silent failures during automated deployments.

Can I manage Resend templates and webhooks from the terminal without interactive prompts?

Yes, you can manage Resend templates and webhooks from the terminal without interactive prompts by operating in non-interactive mode, which relies on explicit flag contracts and API keys to ensure deterministic script execution.

Does the Resend CLI support API key authentication for automated scripts?

Yes, the Resend CLI supports API key authentication for automated scripts, enabling secure access to manage emails, domains, templates, webhooks, and logs within local development and CI/CD workflows.

What is the best way to script Resend log retrieval for deployment notifications?

The best way to script Resend log retrieval for deployment notifications is using a CLI tool designed for non-interactive execution, ensuring deterministic outputs and robust error handling for your automated CI/CD pipelines.

Why do I need explicit flag rules for Resend resource management in automation?

You need explicit flag rules for Resend resource management in automation to ensure deterministic execution and robust error handling, preventing silent failures when operating within scripts and CI/CD pipelines.

Are there limitations when using the command line to manage Resend services non-interactively?

Limitations when using the command line to manage Resend services non-interactively include the strict requirement for explicit flags and API key authentication to prevent silent failures, meaning all expected inputs must be predefined in your scripts.