Documentation
¶
Overview ¶
docgen renders the CLI reference straight from the live cobra tree, so the docs never drift from the binary. Prose comes from each command's Long field.
go run ./tools/docgen out.md # one aggregated Markdown file go run ./tools/docgen path/to/dir/ # one MDX page per command suite + meta.json
(build standalone: GOWORK=off go run ./tools/docgen ...)
Click to show internal directories.
Click to hide internal directories.