31 lines
917 B
Markdown
31 lines
917 B
Markdown
---
|
|
summary: "Legacy CLI alias for `openclaw setup --wizard`"
|
|
read_when:
|
|
- You encountered `openclaw onboard` in older docs or scripts
|
|
title: "onboard"
|
|
---
|
|
|
|
# `openclaw onboard`
|
|
|
|
Legacy alias for `openclaw setup --wizard`.
|
|
|
|
Prefer:
|
|
|
|
```bash
|
|
openclaw setup --wizard
|
|
```
|
|
|
|
`openclaw onboard` still accepts the same flags and behavior for compatibility.
|
|
|
|
## Related guides
|
|
|
|
- Primary command docs: [`openclaw setup`](/cli/setup)
|
|
- Setup wizard guide: [Setup Wizard (CLI)](/start/wizard)
|
|
- Setup overview: [Setup Overview](/start/onboarding-overview)
|
|
- Setup wizard reference: [CLI Setup Reference](/start/wizard-cli-reference)
|
|
- CLI automation: [CLI Automation](/start/wizard-cli-automation)
|
|
- macOS onboarding: [Onboarding (macOS App)](/start/onboarding)
|
|
|
|
For examples, flags, and non-interactive behavior, use the primary docs at
|
|
[`openclaw setup`](/cli/setup) and [CLI Setup Reference](/start/wizard-cli-reference).
|