Cohere: update docs/start/wizard-cli-automation.md

This commit is contained in:
Vincent Koc
2026-02-23 12:31:19 -05:00
parent a53b2e7bab
commit 58cf6fba2a

View File

@@ -96,6 +96,16 @@ Add `--json` for a machine-readable summary.
--gateway-bind loopback
```
</Accordion>
<Accordion title="Cohere example">
```bash
openclaw onboard --non-interactive \
--mode local \
--auth-choice cohere-api-key \
--cohere-api-key "$COHERE_API_KEY" \
--gateway-port 18789 \
--gateway-bind loopback
```
</Accordion>
<Accordion title="Synthetic example">
```bash
openclaw onboard --non-interactive \