CLI Reference
status
Show the status of your deployed agents
Displays the current status of all agents in your team from Pulumi stack outputs.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Show the status of your deployed agents
clawup status [options]
| Option | Description |
|---|---|
--json | Output as JSON |
--local | Show status of local Docker containers |
# Show status table
clawup status
# JSON output for scripting
clawup status --json
# Show local Docker container status
clawup status --local