CLI Commands

The yoshi binary is the entry point. The commands you'll use most:

yoshi generate <blueprint> --out <dir>

Generate a complete site from a blueprint directory.

yoshi generate ./blueprint --out ./site
flag effect
--out <dir> output directory (required)
--skip-validate skip blueprint validation (pSEO only)
--strict-images fail generation if the image gate doesn't pass

For siteType: docs, validation + the image gate are skipped automatically.

yoshi validate <blueprint>

Run the blueprint validation report (MUST/SHOULD checks) without generating.

yoshi match-images <blueprint>

Assign sourced photos to service/city slots (writes image-assignments.json).

yoshi og-images <blueprint> --out <dir>

Render Open Graph social cards.

yoshi vision-tag / yoshi seo-audit / yoshi uniqueness

Vision-tag a catalog (NVIDIA NIM), run the SEO lint scorecard, and check that two same-niche sites are individuated. See each command's --help for the full flag set.