Capabilities / 核心能力
raydo CLI and Operational Resilience
Why the CLI is a product surface, and how Raydo handles installation, diagnostics, and maintenance.
The raydo CLI is not a secondary helper. It is a formal product surface alongside the desktop workspace.
What the CLI is for
- environment diagnosis
- service status checks
- log inspection
- configuration visibility
- skill and workflow inspection
- operating mode checks
- script and CI integration
Representative commands
raydo doctor
raydo status
raydo logs -n 200
raydo config list
raydo dashboard summary --json
raydo skills list
raydo workflow runs
raydo ops modeThe CLI also supports JSON output and shell completion, which makes it practical for automation and remote diagnostics.
Operational resilience
Raydo is designed for real environments, not only ideal demos. It supports:
- official, mirror, and offline install paths
- proxy and regional-network adaptation
- diagnostic reports when installation fails
- configuration backup and restore
- safe raw config editing with snapshots
- self-update and installation reporting
Why this matters
In real adoption, install and maintenance reliability can matter more than adding a few more buttons. Raydo treats operational friction as a product problem, not a support afterthought.