bdy crawl link

$bdy crawl link [options]

Link current directory to a crawl suite

OPTIONS
-w, --workspace <workspace>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <project>
Project name. Can be set via variable: BUDDY_PROJECT
-s, --suite <suite>
Suite identifier
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## interactively link current directory to a crawl suite
bdy crawl link$
## link non-interactively to a specific suite
bdy crawl link -w workspace -p project -s suite-identifier$