Cli/ref/mw gitlab repo list

< Cli‎ | ref

mw gitlab repo list

edit

Get list of repositories.

mw gitlab repo list [flags]

Examples

edit
glab repo list

Options

edit
  -a, --all             List all projects on the instance
  -g, --group string    Return only repositories in the given group and its subgroups
      --member          Only list projects which you are a member
  -m, --mine            Only list projects you own (default if no filters are passed)
  -o, --order string    Return repositories ordered by id, created_at, or other fields (default "last_activity_at")
  -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)
  -s, --sort string     Return repositories sorted in asc or desc order
      --starred         Only list starred projects

Options inherited from parent commands

edit
      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO

edit