Expand description
CLI command tree – mirrors the OpenClaw command surface.
Implemented with clap derive macros.
Re-exports§
pub use acp::AcpCommand;pub use agent_turn::AgentTurnArgs;pub use agents::AgentsCommand;pub use agents::BindArgs;pub use anycli::AnycliCommand;pub use browser::BrowserCommand;pub use approvals::ApprovalsCommand;pub use channels::ChannelsCommand;pub use completion::CompletionArgs;pub use config::ConfigCommand;pub use cron::CronAddArgs;pub use cron::CronCommand;pub use daemon::DaemonCommand;pub use devices::DevicesCommand;pub use directory::DirectoryCommand;pub use dns::DnsCommand;pub use doctor::DoctorArgs;pub use gateway::GatewayCommand;pub use gateway::GatewayRunArgs;pub use hooks::HooksCommand;pub use memory::MemoryCommand;pub use memory::MemoryIndexArgs;pub use memory::MemorySearchArgs;pub use memory::MemoryStatusArgs;pub use message::MessageCommand;pub use migrate::MigrateArgs;pub use models::AliasesCommand;pub use models::AuthOrderCommand;pub use models::FallbacksCommand;pub use models::ImageFallbacksCommand;pub use models::ModelsAuthCommand;pub use models::ModelsCommand;pub use ops::BackupCommand;pub use ops::BackupCreateArgs;pub use ops::HealthArgs;pub use ops::LogsArgs;pub use ops::ResetArgs;pub use ops::StatusArgs;pub use ops::TuiArgs;pub use ops::UpdateArgs;pub use ops::UpdateCommand;pub use plugins::PluginsCommand;pub use qr::QrArgs;pub use sandbox::SandboxCommand;pub use secrets::SecretsApplyArgs;pub use secrets::SecretsCommand;pub use security::SecurityAuditArgs;pub use security::SecurityCommand;pub use sessions::CleanupArgs;pub use sessions::SessionsCommand;pub use sessions::SessionsListArgs;pub use setup::ConfigureArgs;pub use setup::OnboardArgs;pub use setup::SetupArgs;pub use skills::SkillsCommand;pub use system::HeartbeatCommand;pub use system::SystemCommand;pub use tools::ToolsCommand;pub use webhooks::WebhooksCommand;
Modules§
- acp
- agent_
turn - agents
- anycli
- approvals
- browser
- channels
- completion
- config
- cron
- daemon
- devices
- directory
- dns
- doctor
- gateway
- hooks
- memory
- message
- migrate
- CLI argument definitions for
rsclaw migrate. - models
- ops
- plugins
- qr
- sandbox
- secrets
- security
- sessions
- setup
- skills
- system
- tools
- webhooks