docs: add spawn status commands to README commands table (#2381)

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This commit is contained in:
A 2026-03-09 10:38:23 -07:00 committed by GitHub
parent fb6d13d5d2
commit 9af9d5669b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,10 @@ spawn delete -c hetzner # Delete a server on Hetzner
| `spawn delete` | Interactively select and destroy a cloud server |
| `spawn delete -a <agent>` | Filter servers to delete by agent |
| `spawn delete -c <cloud>` | Filter servers to delete by cloud |
| `spawn status` | Show live state of cloud servers |
| `spawn status -a <agent>` | Filter status by agent |
| `spawn status -c <cloud>` | Filter status by cloud |
| `spawn status --prune` | Remove gone servers from history |
| `spawn help` | Show help message |
| `spawn version` | Show version |