glab repo contributors

Get repository contributors list.

Synopsis

Lists the users who have contributed commits to the repository, with each contributor’s commit count. Use --repo to target a different repository.

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

      --jq string       Filter JSON output with a jq expression.
  -o, --order string    Return contributors ordered by name, email, or commits (orders by commit date) fields. (default "commits")
  -F, --output string   Format output as: text, json. (default "text")
  -p, --page int        Page number. (default 1)
  -P, --per-page int    Number of items to list per page. (default 30)
  -R, --repo string     Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
  -s, --sort string     Sort direction for --order field: asc or desc.

Options inherited from parent commands

  -h, --help   Show help for this command.