Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-repo-list - Get list of repositories.

SYNOPSIS
     glab repo list [flags]

DESCRIPTION
     By  default, lists the projects you own. Use --all to list every project on
     the instance, --group to scope to one group,  or  --user  to  list  another
     user's projects.

OPTIONS
     -a,  --all[=false]      List all projects on the instance. Removes the own-
     ership filter. Results are still paginated. Use --page to navigate.

     --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.

     --jq=""	  Filter JSON output with a jq expression.

     --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_activ-
     ity_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=""	Sort direction for --order field: asc or desc.

     --starred[=false]	    List only starred projects.

     -u, --user=""	List user projects.

OPTIONS INHERITED FROM PARENT COMMANDS
     -h, --help[=false]      Show help for this command.

EXAMPLE
     glab repo list

SEE ALSO
     glab-repo(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-repo-list&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help