.. include:: /Includes.rst.txt .. _command-controller: ========================== Run via command controller ========================== .. _command-controller-buildqueue: Create queue ------------ .. code-block:: bash :caption: replace vendor/bin/typo3 with your own cli runner $ vendor/bin/typo3 crawler:buildQueue [--depth ] [--number ] [--mode ] .. _command-controller-processqueue: Run queue --------- .. code-block:: bash :caption: replace vendor/bin/typo3 with your own cli runner $ vendor/bin/typo3 crawler:processQueue [--amount ] [--sleeptime ] [--sleepafter ] .. _command-controller-flushqueue: Flush queue ----------- .. code-block:: bash :caption: replace vendor/bin/typo3 with your own cli runner $ vendor/bin/typo3 crawler:flushQueue