glab repo contributors
Get repository contributors list.
glab repo contributors [flags]## Aliases
users## Examples
# List contributors for the current repository
glab repo contributors
# List contributors for a specific repository
glab repo contributors -R gitlab-com/www-gitlab-com## Options
-o, --order string Return contributors ordered by name, email, or commits (orders by commit date) fields. (default "commits")
-p, --page int Page number. (default 1)
-P, --per-page int Number of items to list per page. (default 30)
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
-s, --sort string Return contributors. Sort options: asc, desc.## Options inherited from parent commands
-h, --help Show help for this command.