feat: add nodes list table with last connect

This commit is contained in:
Peter Steinberger
2026-01-21 03:02:50 +00:00
parent 438a41f91f
commit caf9dec89c
5 changed files with 71 additions and 15 deletions

View File

@@ -23,10 +23,11 @@ clawdbot nodes approve <requestId>
clawdbot nodes status
```
`nodes list` prints pending/paired tables. Paired rows include the most recent connect age (Last Connect).
## Invoke / run
```bash
clawdbot nodes invoke --node <id|name|ip> --command <command> --params <json>
clawdbot nodes run --node <id|name|ip> <command...>
```