Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "llm-info", Short: "Print full CLI reference for LLM consumption", Long: "Output a comprehensive markdown description of every command, flag, and workflow so an LLM agent can understand and use the Adapto CMS CLI. The command reference is generated from the live command tree, so it cannot diverge from the actual CLI.", Example: "adapto llm-info", Run: func(cmd *cobra.Command, args []string) { fmt.Print(reference(cmd.Root())) }, }
Cmd is the llm-info command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.