mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 01:53:16 +00:00
30 lines
707 B
Plaintext
30 lines
707 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zeroclaw onboard
|
|
|
|
> Initialize workspace and configuration for ZeroClaw.
|
|
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
|
|
|
|
- Quick setup with API key and provider:
|
|
|
|
`zeroclaw onboard --api-key {{api_key}} --provider {{openrouter}}`
|
|
|
|
- Run the full interactive wizard:
|
|
|
|
`zeroclaw onboard --interactive`
|
|
|
|
- Reconfigure channels/allowlists only (fast repair flow):
|
|
|
|
`zeroclaw onboard --channels-only`
|
|
|
|
- Quick setup with specific memory backend:
|
|
|
|
`zeroclaw onboard --api-key {{api_key}} --provider {{openrouter}} --memory {{sqlite}}`
|
|
|
|
- Display help:
|
|
|
|
`zeroclaw onboard {{[-h|--help]}}`
|