Crawl
Crawl pages within a domain, reporting any page that returns a bad response code
Usage:
> crawl [options] domain
Usage: crawl [options] domain
-s, --start /home,/about Starting path(s), defaults to /
-u, --username username Basic auth username
-p, --password password Basic auth password
-c, --connections count Max mumber of parallel connections to use. The default is 5.
-v, --verbose Give details when crawling
-h, --help Show this message
--version Print version
Example:
> crawl https://engineering.alphasights.com --connections=5 --start=/ --verbose
Adding /
Fetching / ...
Adding /positions/ruby-developer
Adding /positions/js-ember-developer
Adding /positions/ux-ui-designer
Adding /positions/support-specialist
Fetching /positions/ruby-developer
Fetching /positions/js-ember-developer ...
Fetching /positions/ux-ui-designer ...
Fetching /positions/support-specialist ...
5 pages crawled without errors.
Copyright and License
Copyright AlphaSights and Contributors, 2015