detail repos command lists all repositories your Detail account has access to, grouped by organization. Use it to confirm which repos Detail is monitoring and to look up the exact owner/repo slug you need for other commands.
detail repos list
List all repositories connected to your Detail account.
| Flag | Description | Default |
|---|---|---|
--limit <1-100> | Maximum number of results per page. | 50 |
--page <N> | Page number, starting at 1. | 1 |
--format <FORMAT> | Output format: table or json. | table |
table mode, repositories are grouped under their organization name and sorted alphabetically. In json mode, the raw list is returned as a JSON array.
Examples
To add or remove repositories, use the GitHub App settings in GitHub (Settings → Applications → Detail) or the Detail dashboard under Settings → Repositories. Changes appear here immediately after the GitHub App installation is updated.

