Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DoctorCmd = &cobra.Command{
Use: "doctor",
Short: "Validate CLI setup and credentials",
Long: `Run diagnostic checks to verify your playconsole-cli setup.
Checks configuration, credentials, API connectivity, and permissions
to help troubleshoot common issues.`,
RunE: runDoctor,
}
DoctorCmd validates CLI setup and credentials
Functions ¶
This section is empty.
Types ¶
type CheckResult ¶
type CheckResult struct {
Check string `json:"check"`
Status string `json:"status"`
Message string `json:"message,omitempty"`
}
CheckResult represents a single diagnostic check
Click to show internal directories.
Click to hide internal directories.