cfcli gen doc

AI Tools

Generates a Markdown format file for each command in the cfcli CLI.

Synopsis

Generates Markdown documentation for the cfcli CLI.

cfcli gen doc [flags]

Examples:

# Create a cli documentation files cfcli gen doc --single-file=true --dir=_path_to_dir

Flag

Type


Description

--single-file

bool

false

Generate all commands in a single Markdown file.

--dir

string

"/tmp/cfcli-doc/"

The directory to write the doc to.

--help

bool


Help for doc.


On This Page