docs: clarify setup-token flows

This commit is contained in:
Peter Steinberger
2026-01-16 02:36:29 +00:00
parent 3dddbe1053
commit e7c16cc0e6
3 changed files with 17 additions and 3 deletions

View File

@@ -43,3 +43,7 @@ clawdbot models auth paste-token
```
`models auth login` runs a provider plugins auth flow (OAuth/API key). Use
`clawdbot plugins list` to see which providers are installed.
Notes:
- `setup-token` runs `claude setup-token` on the current machine (requires the Claude Code CLI).
- `paste-token` accepts a token string generated elsewhere.