Skip to content

chant dev generate

chant dev generate [path] [--verbose]

chant dev generate runs the full code generation pipeline for each configured lexicon plugin. It fetches upstream specs (e.g. CloudFormation resource schemas), parses them, produces the lexicon’s type declarations, runtime index, and lint rules, then automatically runs validation and coverage analysis.

This is a lexicon authoring command — project users don’t typically need it.

  1. Generate — fetch specs and produce artifacts
  2. Validate — check generated artifacts are correct and consistent
  3. Coverage — analyze spec coverage across resource dimensions
OptionDescription
-v, --verboseShow detailed generation progress