Executes Symfony2 console commands
Table C.113: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
command | String | The Symfony Console command to execute | n/a | Yes |
console | String | The path to symfony console application | app/console | No |
debug | Boolean | The symfony cli debug mode | true | No |
Simple example
<SymfonyConsole command="cache:clear"/>
Complex example
<SymfonyConsole command="cache:warmup"> <arg name="env" value="prod" /> <arg value="some/path/or/single/value" quotes="true"> </SymfonyConsole>