You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/configure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ title: "Configure"
9
9
10
10
Interactive prompt for targeted changes to an existing setup: credentials, devices, agent defaults, gateway, channels, plugins, skills, and health checks.
11
11
12
-
Use `openclaw onboard` for the full guided first-run journey, `openclaw setup` for the baseline config/workspace only, and `openclaw channels add` when you only need channel account setup.
12
+
Use `openclaw onboard`or `openclaw setup`for the full guided first-run journey, `openclaw setup --baseline` for the baseline config/workspace only, and `openclaw channels add` when you only need channel account setup.
13
13
14
14
<Note>
15
15
The **Model** section includes a multi-select for the `agents.defaults.models` allowlist (what shows up in `/model` and the model picker). Provider-scoped setup choices merge their selected models into the existing allowlist instead of replacing unrelated providers already in the config.
Copy file name to clipboardExpand all lines: docs/cli/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ apply across the CLI.
13
13
14
14
Use the setup commands by intent:
15
15
16
-
-`openclaw setup`creates the baseline config and workspace without walking the full guided onboarding flow.
17
-
-`openclaw onboard` is the full guided first-run path for gateway, model auth, workspace, channels, skills, and health.
16
+
-`openclaw setup`and `openclaw onboard` run the full guided first-run path for gateway, model auth, workspace, channels, skills, and health.
17
+
-`openclaw setup --baseline` creates the baseline config and workspace without walking the guided onboarding flow.
18
18
-`openclaw configure` changes targeted parts of an existing setup, such as model auth, gateway, channels, plugins, or skills.
19
19
-`openclaw channels add` configures channel accounts after the baseline exists; run it without flags for guided channel setup or with channel-specific flags for scripts.
Copy file name to clipboardExpand all lines: docs/cli/onboard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ openclaw configure
247
247
openclaw agents add <name>
248
248
```
249
249
250
-
Use `openclaw setup`instead when you only need the baseline config/workspace. Use `openclaw configure` later for targeted changes and `openclaw channels add` for channel-only setup.
250
+
Use `openclaw setup`as the same guided onboarding entry point. Use `openclaw setup --baseline`when you only need the baseline config/workspace, `openclaw configure` later for targeted changes, and `openclaw channels add` for channel-only setup.
251
251
252
252
<Note>
253
253
`--json` does not imply non-interactive mode. Use `--non-interactive` for scripts.
Copy file name to clipboardExpand all lines: docs/cli/setup.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
-
summary: "CLI reference for `openclaw setup` (initialize config plus workspace, optionally run onboarding)"
2
+
summary: "CLI reference for `openclaw setup` (alias for onboarding, with baseline setup available by flag)"
3
3
read_when:
4
-
- You're doing first-run setup without full CLI onboarding
4
+
- You're doing first-run setup with the CLI onboarding wizard
5
5
- You want to set the default workspace path
6
-
- You need every flag and how setup decides between baseline and wizard mode
6
+
- You need the baseline-only setup flag for scripts
7
7
title: "Setup"
8
8
---
9
9
10
10
# `openclaw setup`
11
11
12
-
Initialize the baseline config and agent workspace. With any onboarding flag present, also runs the wizard.
12
+
Run the full CLI onboarding flow. `openclaw setup` is an alias for `openclaw onboard`; use `--baseline` when you only need to initialize config/workspace folders without the wizard.
13
13
14
14
<Note>
15
15
`openclaw setup` is for mutable config installs. In Nix mode (`OPENCLAW_NIX_MODE=1`) OpenClaw refuses setup writes because the config file is managed by Nix. Use the first-party [nix-openclaw Quick Start](https://github.com/openclaw/nix-openclaw#quick-start) or the equivalent source config for another Nix package.
@@ -20,7 +20,8 @@ Initialize the baseline config and agent workspace. With any onboarding flag pre
`openclaw setup --baseline` preserves the older baseline-only behavior: it creates the config, workspace, and session directories, then exits without running onboarding.
- Plain `openclaw setup`initializes config and workspace without running the full onboarding flow.
52
-
- After plain setup, run `openclaw onboard` for the full guided journey, `openclaw configure` for targeted changes, or `openclaw channels add` to add channel accounts.
50
+
- Plain `openclaw setup`runs the same guided journey as `openclaw onboard`.
51
+
- After baseline setup, run`openclaw setup` or`openclaw onboard` for the full guided journey, `openclaw configure` for targeted changes, or `openclaw channels add` to add channel accounts.
53
52
- If Hermes state is detected, interactive onboarding can offer migration automatically. Import onboarding requires a fresh setup; use [Migrate](/cli/migrate) for dry-run plans, backups, and overwrite mode outside onboarding.
0 commit comments