doctor

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

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