Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "inspect", Short: "Inspect cluster health via SSH", Long: `SSH into cluster nodes and run health checks. Supports AI-powered failure analysis and result export.`, Run: func(cmd *cobra.Command, args []string) { cli.HandleInspectCommand(args) }, DisableFlagParsing: true, }
Cmd is the inspect command for SSH-based cluster inspection.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.