dorgu
├── generate [path] Analyze app and generate K8s manifests
├── init [path] Initialize dorgu configuration
├── config Manage configuration
│ ├── list List all config values
│ ├── get <key> Get a single config value
│ ├── set <key> <value> Set a config value
│ ├── path Show config file path
│ └── reset Reset to defaults
├── persona Manage ApplicationPersona CRDs
│ ├── generate [path] Generate persona YAML
│ ├── apply [path] Apply persona to cluster
│ └── status <name> Check persona status
├── cluster Manage ClusterPersona CRDs
│ ├── init Create a ClusterPersona
│ ├── status [name] View cluster status
│ └── setup Install production-ready stack
├── watch Real-time streaming (WebSocket)
│ ├── personas Watch persona updates
│ ├── cluster Watch cluster updates
│ └── events Watch validation events
├── sync Query operator state
│ ├── status Show sync health
│ └── pull Pull latest persona data
├── health Show cluster health summary
├── incidents Manage and view cluster incidents
│ ├── list List incidents
│ └── describe <name> Show incident details
├── platform Platform management
│ └── serve Start web UI dashboard
└── version Show version info