From 58cf6fba2af78a3261a0888167724cab67baca5b Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 23 Feb 2026 12:31:19 -0500 Subject: [PATCH] Cohere: update docs/start/wizard-cli-automation.md --- docs/start/wizard-cli-automation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/start/wizard-cli-automation.md b/docs/start/wizard-cli-automation.md index 5a8d3e9ac0e..5724a5a8105 100644 --- a/docs/start/wizard-cli-automation.md +++ b/docs/start/wizard-cli-automation.md @@ -96,6 +96,16 @@ Add `--json` for a machine-readable summary. --gateway-bind loopback ``` + + ```bash + openclaw onboard --non-interactive \ + --mode local \ + --auth-choice cohere-api-key \ + --cohere-api-key "$COHERE_API_KEY" \ + --gateway-port 18789 \ + --gateway-bind loopback + ``` + ```bash openclaw onboard --non-interactive \