glab-repo-list - Man Page

Get list of repositories.

Synopsis

glab repo list [flags]

Description

Get list of repositories.

Options

-a, --all[=false] List all projects on the instance

-g, --group="" Return only repositories in the given group and its subgroups

--member[=false] Only list projects which you are a member

-m, --mine[=false] Only list projects you own (default if no filters are passed)

-o, --order="last_activity_at" Return repositories ordered by id, created_at, or other fields

-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="" Return repositories sorted in asc or desc order

--starred[=false] Only list starred projects

Options Inherited from Parent Commands

--help[=false] Show help for command

Example

glab repo list

See Also

glab-repo(1)

Referenced By

glab-repo(1).

Mar 2024 Auto generated by spf13/cobra