Documentation
¶
Overview ¶
Package commands defines all CLI commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
NewRootCmd creates the root cobra command with all subcommands.
Types ¶
type StallWarning ¶
type StallWarning struct {
WorkflowID string `json:"workflowId"`
Repo string `json:"repo"`
Type string `json:"type"` // "stalled_activity", "zero_progress"
Summary string `json:"summary"`
Detail string `json:"detail,omitempty"`
Duration string `json:"duration"`
}
StallWarning represents a stalled activity or zero-progress workflow.
type WorkflowError ¶
type WorkflowError struct {
WorkflowID string `json:"workflowId"`
Repo string `json:"repo"`
EventType string `json:"eventType"`
Summary string `json:"summary"`
Detail string `json:"detail,omitempty"`
Timestamp string `json:"timestamp"`
ActivityID string `json:"activityId,omitempty"`
}
WorkflowError represents a single error from a workflow's history.
Source Files
¶
- args.go
- ask.go
- changelog.go
- config_cmd.go
- config_git.go
- config_model.go
- config_provider.go
- dashboard.go
- diff.go
- discover.go
- doctor.go
- errors.go
- investigate.go
- logs.go
- new.go
- preflight.go
- prompts.go
- report.go
- repos.go
- results.go
- results_audit.go
- results_search.go
- root.go
- server_config.go
- services.go
- show.go
- status.go
- terminal_linux.go
- tunnel.go
- uninstall.go
- upgrade.go
- url.go
- watch.go
- worker_env.go
- workers.go
- workflows.go
- workflows_cancel.go
- workflows_history.go
- workflows_prune.go
- workflows_retry.go
- workflows_watch_repo.go
Click to show internal directories.
Click to hide internal directories.