Skip to content

Commit d5354be

Browse files
authored
feat: add 'logs' command to download info from devboxes (#164)
1 parent 3190c76 commit d5354be

6 files changed

Lines changed: 606 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,19 @@ rli mcp start # Start the MCP server
181181
rli mcp install # Install Runloop MCP server configurat...
182182
```
183183

184+
### Scenario Commands (alias: `scn`)
185+
186+
```bash
187+
rli scenario info <id> # Display scenario definition details
188+
```
189+
184190
### Benchmark-job Commands (alias: `bmj`)
185191

186192
```bash
187193
rli benchmark-job run # Run a benchmark job with one or more ...
188194
rli benchmark-job summary <id> # Get benchmark job summary and results
189195
rli benchmark-job watch <id> # Watch benchmark job progress in real-...
196+
rli benchmark-job logs <id> # Download devbox logs for all scenario...
190197
rli benchmark-job list # List benchmark jobs
191198
```
192199

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"@modelcontextprotocol/sdk": "^1.26.0",
7575
"@runloop/api-client": "1.10.3",
7676
"@types/express": "^5.0.6",
77+
"adm-zip": "^0.5.16",
7778
"chalk": "^5.6.2",
7879
"commander": "^14.0.2",
7980
"conf": "^15.0.2",
@@ -98,6 +99,7 @@
9899
},
99100
"devDependencies": {
100101
"@anthropic-ai/mcpb": "^2.1.2",
102+
"@types/adm-zip": "^0.5.7",
101103
"@types/jest": "^29.5.14",
102104
"@types/node": "^22.19.7",
103105
"@types/react": "^19.2.10",

pnpm-lock.yaml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)