docs: format migration guides · openclaw/openclaw@7630322
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -27,6 +27,7 @@ Onboarding imports require a fresh OpenClaw setup. If you already have local Ope
|
27 | 27 | ```bash |
28 | 28 | openclaw onboard --import-from claude --import-source ~/.claude |
29 | 29 | ``` |
| 30 | + |
30 | 31 | </Tab> |
31 | 32 | <Tab title="CLI"> |
32 | 33 | Use `openclaw migrate` for scripted or repeatable runs. See [`openclaw migrate`](/cli/migrate) for the full reference. |
@@ -37,6 +38,7 @@ Onboarding imports require a fresh OpenClaw setup. If you already have local Ope
|
37 | 38 | ``` |
38 | 39 | |
39 | 40 | Add `--from <path>` to import a specific Claude Code home or project root. |
| 41 | + |
40 | 42 | </Tab> |
41 | 43 | </Tabs> |
42 | 44 | |
@@ -86,20 +88,23 @@ When `--from` points at a project root, OpenClaw imports only that project's Cla
|
86 | 88 | ``` |
87 | 89 | |
88 | 90 | The plan lists everything that will change, including conflicts, skipped items, and sensitive values redacted from nested MCP `env` or `headers` fields. |
| 91 | + |
89 | 92 | </Step> |
90 | 93 | <Step title="Apply with backup"> |
91 | 94 | ```bash |
92 | 95 | openclaw migrate apply claude --yes |
93 | 96 | ``` |
94 | 97 | |
95 | 98 | OpenClaw creates and verifies a backup before applying. |
| 99 | + |
96 | 100 | </Step> |
97 | 101 | <Step title="Run doctor"> |
98 | 102 | ```bash |
99 | 103 | openclaw doctor |
100 | 104 | ``` |
101 | 105 | |
102 | 106 | [Doctor](/gateway/doctor) checks for config or state issues after the import. |
| 107 | + |
103 | 108 | </Step> |
104 | 109 | <Step title="Restart and verify"> |
105 | 110 | ```bash |
@@ -108,6 +113,7 @@ When `--from` points at a project root, OpenClaw imports only that project's Cla
|
108 | 113 | ``` |
109 | 114 | |
110 | 115 | Confirm the gateway is healthy and your imported instructions, MCP servers, and skills are loaded. |
| 116 | + |
111 | 117 | </Step> |
112 | 118 | </Steps> |
113 | 119 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。