bdy crawl
$bdy crawl [options] [command]
Manage web crawls (Markdown, HTML, PNG/JPEG screenshots; suite linking)
Examples
## crawl a single page and save md/html into current dirbdy crawl run https://example.com --outputType md$
## follow links and capture full-page screenshots in dark modebdy crawl run https://example.com --follow --fullPage --outputType png --colorScheme DARK --outputDir ./out$
## crawl with multiple output types and a specific css selectorbdy crawl run https://example.com --outputTypes '["jpeg","md"]' --cssSelector "main"$
## interactively link current directory to a crawl suitebdy crawl link$
## link non-interactively to a specific suitebdy crawl link -w workspace -p project -s suite-identifier$