Expand description
Per-subcommand builders and the command::ClaudeCommand trait.
Modules§
- agents
- The deprecated
agentssubcommand builder. - auth
- Authentication subcommand builders.
- auto_
mode claude auto-modesubcommands: inspect the auto-mode classifier configuration.- doctor
- The
claude doctorbuilder. - install
claude install– install a Claude Code native build.- marketplace
- Marketplace subcommand builders.
- mcp
- MCP server management subcommand builders.
- plugin
- Plugin subcommand builders.
- project
claude projectsubcommand wrappers.- query
- The
claude -pquery builder. - raw
- The raw-subcommand escape hatch.
- ultrareview
claude ultrareview– cloud-hosted multi-agent code review.- update
claude update– check for CLI updates and install if available.- version
- The
claude --versionbuilder.
Traits§
- Claude
Command - Trait implemented by all claude CLI command builders.
- Claude
Command Sync Ext - Blocking
execute_syncfor any command that returnsCommandOutput.