inngest-cli

Manage Inngest workflow lifecycle for local development, testing, and deployment.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/YOYOMAII/foundry --skill inngest-cli-yoyomaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inngest-cli
Source: https://github.com/YOYOMAII/foundry/tree/main/.agents/skills/inngest-cli
Command: npx skills add https://github.com/YOYOMAII/foundry --skill inngest-cli-yoyomaii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the complexity of managing event-driven architecture by providing a unified interface for local development, testing, and production-ready configuration of Inngest functions.

Core Features & Use Cases

  • Local Dev Server: Run and debug Inngest functions locally with a browser-based UI and auto-discovery of serve endpoints.
  • Testing & Debugging: Execute functions, mock events, and verify step states using the Inngest test engine and CLI tools.
  • Production Readiness: Configure self-hosted production servers, manage environment variables, and handle deployment syncs across various platforms like Vercel and AWS.

Quick Start

Use the inngest-cli skill to start the local development server and auto-discover functions on your current project.

Frequently Asked Questions about inngest-cli

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

FAQPage Schema
How do I test event-driven workflows locally before deploying?

Run the Inngest Dev Server to test event-driven workflows locally, which provides a browser-based UI and auto-discovers serve endpoints to execute functions and mock events.

How do I configure Inngest functions for production deployment?

Configure production deployment for Inngest functions by setting up self-hosted servers, managing environment variables, and handling deployment syncs across platforms like Vercel and AWS.

Can I mock events and verify step states when testing serverless functions?

Yes, you can mock events and verify step states when testing serverless functions by using the Inngest test engine and CLI tools to execute and debug function logic.

Do I need the Inngest SDK to interface with serve endpoints?

Yes, interfacing with serve endpoints requires the Inngest SDK and CLI to connect TypeScript-based applications with the event-driven infrastructure.

What is the best way to debug event-driven architecture during local development?

Debug event-driven architecture during local development by using the Inngest Dev Server to auto-discover functions and execute them through a browser-based UI.

Does Inngest CLI support deployment syncs across AWS and Vercel?

Inngest CLI supports deployment syncs across AWS and Vercel, allowing you to manage production readiness and environment configuration for event-driven workflows.