warden_start_svc
Start Warden system services to manage and automate tasks in Magento 2 development environments. Specify the project directory path to initiate services efficiently.
Instructions
Start Warden system services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"description": "Path to the project directory",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}