Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "status",
Short: "Check node status and health",
Long: `Check the status of a running piri node.
This command connects to the local piri service and reports on its current state,
including whether it's safe to perform operations like updates.`,
RunE: runStatus,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.