← Back to FAQs

How do I scan a specific directory instead of the whole project?

Pass the path as an argument: vibgrate scan ./packages/api or vibgrate scan /absolute/path/to/project. The scan will discover projects recursively from that path. To exclude subdirectories, use the exclude array in vibgrate.config.ts.

cli-usagescandirectorypath

Pass the path as an argument: vibgrate scan ./packages/api or vibgrate scan /absolute/path/to/project. The scan will discover projects recursively from that path. To exclude subdirectories, use the exclude array in vibgrate.config.ts.