chant dev generate
Synopsis
Section titled “Synopsis”chant dev generate [path] [--verbose]Description
Section titled “Description”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.
What it runs
Section titled “What it runs”- Generate — fetch specs and produce artifacts
- Validate — check generated artifacts are correct and consistent
- Coverage — analyze spec coverage across resource dimensions
Options
Section titled “Options”| Option | Description |
|---|---|
-v, --verbose | Show detailed generation progress |
See Also
Section titled “See Also”chant dev publish— package lexicon for distribution- Authoring Lexicons — full authoring guide