cli-exec-raw
Execute raw CLI commands with structured output, including stdout, stderr, exit code, and execution duration, using a dedicated command execution server.
Instructions
Execute a raw CLI command and return structured output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The CLI command to execute | |
timeout | No | Optional timeout in milliseconds (default: 5 minutes) |