secure_run_command_sequence
Execute multiple commands sequentially with security controls, working directory specification, timeout settings, and error handling options for safe automation.
Instructions
Execute multiple commands in sequence with security restrictions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute in sequence | |
| cwd | No | Working directory for all commands | |
| timeout | No | Timeout per command in milliseconds | |
| commitResult | No | Auto-commit after successful sequence | |
| commitMessage | No | Custom commit message | |
| stopOnError | No | Stop execution on first error (default: true) |