it2 plugin run

Run a plugin by name

Synopsis

it2 plugin run <plugin-name> [args...]

Description

Run a plugin by name with optional arguments.

Plugin discovery happens lazily when this command is invoked,
avoiding slow startup times for commands that don't need plugins.

Examples:
it2 plugin run is-at-prompt
it2 plugin run claude-has-modal ABC123

Options inherited from parent commands

--format (default "text")

Output format (text, json, yaml) - affects how command results are displayed

--timeout

Timeout for API operations - how long to wait for iTerm2 to respond

--url

WebSocket URL for iTerm2 API - typically ws://localhost:1912 for local iTerm2

See Also