Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RecoveryCmd = &cobra.Command{
Use: "recovery",
Short: "Manage app recovery actions",
Long: `Create and manage app recovery actions for production incidents.
Recovery actions let you remotely trigger remediation for affected
users, such as clearing app data or prompting an update, without
requiring a new app release.`,
}
RecoveryCmd manages app recovery actions
Functions ¶
This section is empty.
Types ¶
type RecoveryInfo ¶
type RecoveryInfo struct {
RecoveryID int64 `json:"recovery_id"`
Status string `json:"status"`
AppVersion int64 `json:"app_version,omitempty"`
}
RecoveryInfo represents recovery action summary
Click to show internal directories.
Click to hide internal directories.