mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
29 lines
590 B
Markdown
29 lines
590 B
Markdown
---
|
|
summary: "CLI reference for `openclaw docs` (search the live docs index)"
|
|
read_when:
|
|
- You want to search the live OpenClaw docs from the terminal
|
|
title: "docs"
|
|
---
|
|
|
|
# `openclaw docs`
|
|
|
|
Search the live docs index.
|
|
|
|
Arguments:
|
|
|
|
- `[query...]`: search terms to send to the live docs index
|
|
|
|
Examples:
|
|
|
|
```bash
|
|
openclaw docs
|
|
openclaw docs browser existing-session
|
|
openclaw docs sandbox allowHostControl
|
|
openclaw docs gateway token secretref
|
|
```
|
|
|
|
Notes:
|
|
|
|
- With no query, `openclaw docs` opens the live docs search entrypoint.
|
|
- Multi-word queries are passed through as one search request.
|