cli-exec
Execute multiple CLI commands in a specified working directory with optional timeouts. Detailed results include stdout, stderr, exit code, and execution duration for each command.
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 |