Skip to main content

Usage

Description

Triggers a new run of your deployed crew. You can pass input data and stream events in real-time.

Options

Examples

Basic invocation

Output:

Stream events

Real-time output:

Input from file

Wait for result

The CLI waits for completion and shows the final result:

Invoke a named deployment

Invoke specific deployment

Input Format

Input must be valid JSON:
Your crew receives this as the inputs parameter:

Event Types

When streaming, you’ll see these event types:

Handling Errors

If a run fails:

Programmatic Usage

For scripts and automation:

Streaming Guide

Deep dive into event streaming

Artifacts

Handle run outputs