glab-repo-list - Get list of repositories.
glab repo list [flags]
Get list of repositories.
|
-a, --all[=false] |
List all projects on the instance. | ||
|
--archived[=false] |
Limit by archived status. Use ’false’ to exclude archived repositories. Used with the ’--group’ flag. | ||
|
-g, --group="" |
Return repositories in only the given group. | ||
|
-G, --include-subgroups[=false] |
Include projects in subgroups of this group. Default is false. Used with the ’--group’ flag. | ||
|
--member[=false] |
List only projects of which you are a member. | ||
|
-m, --mine[=false] |
List only projects you own. Default if no filters are provided. | ||
|
-o, --order="last_activity_at" |
Return repositories ordered by id, name, path, created_at, updated_at, similarity, star_count, last_activity_at. | ||
|
-F, --output="text" |
Format output as: text, json. | ||
|
-p, --page=1 |
Page number. | ||
|
-P, --per-page=30 |
Number of items to list per page. | ||
|
-s, --sort="" |
Return repositories sorted in asc or desc order. | ||
|
--starred[=false] |
List only starred projects. | ||
|
-u, --user="" |
List user projects. |
|
-h, --help[=false] |
Show help for this command. |
$ glab repo list
glab-repo(1)