Documentation
¶
Overview ¶
Command gendocs generates the Deployah CLI reference as Markdown, one file per command, under docs/cli. It wraps Cobra's Markdown generator and post-processes the output so the files pass the repository's markdownlint rules: fenced code blocks get a language (MD040), tabs outside code become spaces (MD010), and repeated blank lines are collapsed (MD012).
It is the source of truth for the command reference. Run it with `nix run .#gen-docs` (or `go generate ./...`) after changing any command, flag, or description.
Click to show internal directories.
Click to hide internal directories.