Skip to content

Commit 686d9b3

Browse files
committed
docs(cli): add --views flag
1 parent 446c388 commit 686d9b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/cli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This means CLI flags override config file values, which override environment var
3636
| `--port PORT` | `BALATROLLM_PORT` | `12346` | Starting port |
3737
| `--base-url URL` | `BALATROLLM_BASE_URL` | `https://openrouter.ai/api/v1` | LLM API base URL |
3838
| `--api-key KEY` | `BALATROLLM_API_KEY` | *None* | LLM API key |
39+
| `--views` | `BALATROLLM_VIEWS` | `False` | Enable views HTTP server |
3940
| `--dry-run` | - | `False` | Show tasks without executing |
4041

4142
!!! note "Multiple Values"
@@ -76,6 +77,12 @@ balatrollm config/example.yaml --dry-run
7677

7778
# Use a custom strategy
7879
balatrollm --model openai/gpt-4o --strategy my_custom_strategy
80+
81+
# Enable views overlay on port 12345
82+
balatrollm --model openai/gpt-4o --views
83+
# Access views at:
84+
# http://localhost:12345/views/task.html
85+
# http://localhost:12345/views/responses.html
7986
```
8087

8188
!!! note "Cartesian Product"

0 commit comments

Comments
 (0)