.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-repo-contributors - Get repository contributors list. .SH SYNOPSIS \fBglab repo contributors [flags]\fP .SH DESCRIPTION Get repository contributors list. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-o\fP, \fB--order\fP="commits" Return contributors ordered by name, email, or commits (orders by commit date) fields. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .PP \fB-s\fP, \fB--sort\fP="" Sort direction for --order field: asc or desc. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # List contributors for the current repository glab repo contributors # List contributors for a specific repository glab repo contributors -R gitlab-com/www-gitlab-com .EE .SH SEE ALSO \fBglab-repo(1)\fP