Merge pull request #9 from oxngon/add-jq-alternative

This commit is contained in:
Luciano Castillo
2026-01-28 07:40:13 -05:00
committed by GitHub
+6
View File
@@ -62,6 +62,12 @@ Find your token in the clawdbot config file:
cat ~/.clawdbot/clawdbot.json | rg "gateway\.auth\.token"
```
Or with jq:
```bash
jq '.gateway.auth.token' ~/.clawdbot/clawdbot.json
```
Or copy it directly:
```bash