executeCommand
Execute shell commands with project-specific overrides and automatic OS translation for consistent cross-platform development workflows.
Instructions
Executes a command after applying project overrides and OS translation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes | Project name used to select overrides | |
| commandKey | Yes | Logical command key, e.g. install, run, test | |
| args | No | Extra CLI args to append | |
| options | No |