Symfony Commands
app:crawl
Crawls the Survos website and generates links.json.
startingLink
Link to start crawling
username
Username
password
Password
--limit
Limit the number of links to process, prevents infinite crawling
--security-firewall
Firewall name
--ignore-route-keyword
Skip routes containing this string
Dispatch via Messenger (async)
Async dispatch does not return command output to this page. Commands should log via LoggerInterface.
Run
Back