gendocs

command
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL