run_task
Execute a specific task defined in your project's Taskfile.yml by providing the project path and task name.
Instructions
Run a specific task. The task_list tool should be used before calling this tool to get a list of available tasks.
Args: current_project: the path to the current project task_name: the name of the task to run
Returns: STDOUT/STDERR output from the task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_project | Yes | ||
| task_name | Yes |