feat(cli): move provider login/logout

This commit is contained in:
Peter Steinberger
2026-01-08 07:40:08 +01:00
parent 903f5af59c
commit e83c6ac088
19 changed files with 153 additions and 68 deletions

View File

@@ -138,9 +138,9 @@ clawdbot gateway --verbose
If youre logged out / unlinked:
```bash
clawdbot logout
clawdbot providers logout
trash ~/.clawdbot/credentials # if logout can't cleanly remove everything
clawdbot login --verbose # re-scan QR
clawdbot providers login --verbose # re-scan QR
```
### Media Send Failing
@@ -219,7 +219,7 @@ Get verbose logging:
#
# Then run verbose commands to mirror debug output to stdout:
clawdbot gateway --verbose
clawdbot login --verbose
clawdbot providers login --verbose
```
## Log Locations
@@ -250,7 +250,7 @@ Nuclear option:
```bash
trash ~/.clawdbot
clawdbot login # re-pair WhatsApp
clawdbot providers login # re-pair WhatsApp
clawdbot gateway # start the Gateway again
```