Automated Tasks

Robo

SuiteCRM Utilises robo tasks to provide automation for common tasks.

Listing the available automated tasks in Robo

bash:

Open terminal and run robo

./vendor/bin/robo

Command Prompt:

Open Command Prompt and run robo

.\vendor\bin\robo

Getting help automated tasks in Robo

bash:

Open terminal and run robo

./vendor/bin/robo [taskname] -h

Command Prompt:

Open Command Prompt and run robo

.\vendor\bin\robo [taskname] -h

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.