openclaw/docs/cli/onboard.md

31 lines
917 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
2026-03-15 22:00:13 -07:00
summary: "Legacy CLI alias for `openclaw setup --wizard`"
2026-01-15 06:12:54 +00:00
read_when:
2026-03-15 22:00:13 -07:00
- You encountered `openclaw onboard` in older docs or scripts
title: "onboard"
2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
# `openclaw onboard`
2026-01-15 06:12:54 +00:00
2026-03-15 22:00:13 -07:00
Legacy alias for `openclaw setup --wizard`.
2026-01-15 06:12:54 +00:00
2026-03-15 22:00:13 -07:00
Prefer:
2026-01-15 06:12:54 +00:00
```bash
2026-03-15 22:00:13 -07:00
openclaw setup --wizard
2026-01-15 06:12:54 +00:00
```
2026-03-15 22:00:13 -07:00
`openclaw onboard` still accepts the same flags and behavior for compatibility.
2026-03-15 22:00:13 -07:00
## Related guides
2026-03-15 22:00:13 -07:00
- 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)
2026-03-15 22:00:13 -07:00
For examples, flags, and non-interactive behavior, use the primary docs at
[`openclaw setup`](/cli/setup) and [CLI Setup Reference](/start/wizard-cli-reference).