Skip to main content

Module command

Module command 

Source
Expand description

Per-subcommand builders and the command::ClaudeCommand trait.

Modules§

agents
The deprecated agents subcommand builder.
auth
Authentication subcommand builders.
auto_mode
claude auto-mode subcommands: inspect the auto-mode classifier configuration.
doctor
The claude doctor builder.
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 project subcommand wrappers.
query
The claude -p query 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 --version builder.

Traits§

ClaudeCommand
Trait implemented by all claude CLI command builders.
ClaudeCommandSyncExt
Blocking execute_sync for any command that returns CommandOutput.