Commands¶
checklinks¶
This will use the settings from the TSconfig configuration. If no start pages are supplied as arguments, all start pages that have a site configuration are used.
You can run the console command from the command line (or cron) or configure it in the scheduler ("Execute console commands > brofix:checklinks").
# Use -h to show all parameters:
vendor/bin/typo3 brofix:checklinks -h
Do not execute link checking, just show what configuration is used:
vendor/bin/typo3 brofix:checklinks --dry-run
If everything is already configured, you don't need any arguments:
vendor/bin/typo3 brofix:checklinks
Execute link checking, send an email to webmaster@example.org:
vendor/bin/typo3 brofix:checklinks --to webmaster@example.org