docs: sync README commands table with help.ts (add spawn link) (#2829)

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This commit is contained in:
A 2026-03-20 09:49:38 -07:00 committed by GitHub
parent 1dc9c04eeb
commit 8be8b650b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,9 @@ spawn delete -c hetzner # Delete a server on Hetzner
| `spawn list --clear` | Clear all spawn history |
| `spawn fix` | Re-run agent setup on an existing VM (re-inject credentials, reinstall) |
| `spawn fix <spawn-id>` | Fix a specific spawn by name or ID |
| `spawn link <ip>` | Register an existing VM by IP |
| `spawn link <ip> --agent <agent>` | Specify the agent running on the VM |
| `spawn link <ip> --cloud <cloud>` | Specify the cloud provider |
| `spawn last` | Instantly rerun the most recent spawn |
| `spawn agents` | List all agents with descriptions |
| `spawn clouds` | List all cloud providers |