cli-exec
Execute CLI commands from a specified working directory with structured output, including stdout, stderr, exit codes, and execution duration. Supports single commands, sequential commands, and optional timeouts.
Instructions
Execute one or more CLI commands in a specific working directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commands | Yes | Commands to execute | |
timeout | No | Optional timeout in milliseconds per command (default: 5 minutes) | |
workingDirectory | Yes | Working directory to execute commands in |