algolia crawler test <crawler_id> --url <url> [-F <file>] [flags]
Examples
Test the URL “https://www.example.com” against the crawler with the ID “my-crawler”:
algolia crawler test my-crawler --url https://www.example.com
Test the URL “https://www.example.com” against the crawler with the ID “my-crawler” and override the configuration with the file “config.json”:
algolia crawler test my-crawler --url https://www.example.com -F config.json
Flags
The configuration file to use to override the crawler’s configuration. (use ”-” to read from standard input)