Files
openclaw/docs/cli/docs.md
T

29 lines
590 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "CLI reference for `openclaw docs` (search the live docs index)"
2026-01-15 06:12:54 +00:00
read_when:
2026-01-30 03:15:10 +01:00
- You want to search the live OpenClaw docs from the terminal
2026-01-31 16:04:03 -05:00
title: "docs"
2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
# `openclaw docs`
2026-01-15 06:12:54 +00:00
Search the live docs index.
2026-04-04 08:34:43 +01:00
Arguments:
- `[query...]`: search terms to send to the live docs index
Examples:
2026-01-15 06:12:54 +00:00
```bash
2026-04-04 08:34:43 +01:00
openclaw docs
openclaw docs browser existing-session
2026-01-30 03:15:10 +01:00
openclaw docs sandbox allowHostControl
2026-04-04 08:34:43 +01:00
openclaw docs gateway token secretref
2026-01-15 06:12:54 +00:00
```
2026-04-04 08:34:43 +01:00
Notes:
- With no query, `openclaw docs` opens the live docs search entrypoint.
- Multi-word queries are passed through as one search request.