Documentation Index
Fetch the complete documentation index at: https://docs.reposeek.ai/llms.txt
Use this file to discover all available pages before exploring further.
CLI
The Reposeek CLI is published as@reposeek/cli.
Requirements
- Node.js
>=18 - Reposeek API key
One-shot usage
Global install
Authentication Patterns
Saved local login
reposeek login asks for an existing dashboard-created API key and stores it in your user-level Reposeek config directory. The key is not printed back to the terminal.
One-shot env var
REPOSEEK_API_KEY takes priority over saved credentials.
Local API base URL
REPOSEEK_API_BASE_URL takes priority over saved config for one process environment.
Auth Commands
auth status verifies the effective credential without consuming search quota. Running logout removes the saved local credential but does not revoke the dashboard API key.
Command
| Argument or flag | Description |
|---|---|
<query> | Natural-language description of the repo you need. |
--limit N | Optional result count from 1 to 10. Defaults to 3. |
request_id plus results with stars and forks. Response headers and timing are available to direct HTTP clients, not surfaced in CLI output.
Quota-exhausted responses are printed to stderr as JSON and preserve error.usage.remaining_searches and error.usage.next_reset_at when the API returns those fields.