mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 01:48:38 +00:00
Docs: add zh-CN translations
This commit is contained in:
36
docs/zh-CN/cli/onboard.md
Normal file
36
docs/zh-CN/cli/onboard.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
read_when:
|
||||
- 您想要通过引导式设置配置 Gateway、工作区、认证、渠道和技能
|
||||
summary: "`openclaw onboard`(交互式上手引导向导)的 CLI 参考"
|
||||
title: onboard
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T20:21:15Z"
|
||||
model: claude-opus-4-5
|
||||
provider: pi
|
||||
source_hash: a661049a6983233986a880a68440a3bcc6869ee2c4c6f5e9f3ab8ff973e22f60
|
||||
source_path: cli/onboard.md
|
||||
workflow: 14
|
||||
---
|
||||
|
||||
# `openclaw onboard`
|
||||
|
||||
交互式上手引导向导(本地或远程 Gateway 设置)。
|
||||
|
||||
相关内容:
|
||||
|
||||
- 向导指南:[上手引导](/start/onboarding)
|
||||
|
||||
## 示例
|
||||
|
||||
```bash
|
||||
openclaw onboard
|
||||
openclaw onboard --flow quickstart
|
||||
openclaw onboard --flow manual
|
||||
openclaw onboard --mode remote --remote-url ws://gateway-host:18789
|
||||
```
|
||||
|
||||
流程说明:
|
||||
|
||||
- `quickstart`:最少提示,自动生成 Gateway 令牌。
|
||||
- `manual`:完整的端口/绑定/认证提示(`advanced` 的别名)。
|
||||
- 最快开始聊天的方式:`openclaw dashboard`(控制台 UI,无需渠道设置)。
|
||||
Reference in New Issue
Block a user