1glab(1) glab(1)
2
3
4
6 glab-repo-contributors - Get repository contributors list.
7
8
9
11 glab repo contributors [flags]
12
13
14
16 Get repository contributors list.
17
18
19
21 -o, --order="commits" Return contributors ordered by name, email,
22 or commits (orders by commit date) fields
23
24
25 -p, --page=1 Page number
26
27
28 -P, --per-page=30 Number of items to list per page.
29
30
31 -R, --repo="" Select another repository using the OWNER/REPO or
32 GROUP/NAMESPACE/REPO format or full URL or git URL
33
34
35 -s, --sort="" Return contributors sorted in asc or desc order
36
37
38
40 --help[=false] Show help for command
41
42
43
45 $ glab repo contributors
46
47 $ glab repo contributors -R gitlab-com/www-gitlab-com
48 #=> Supports repo override
49
50
51
52
53
55 glab-repo(1)
56
57
58
59Auto generated by spf13/cobra Nov 2023 glab(1)