glab-repo-search - Man Page

Search for GitLab repositories and projects by name.

Synopsis

glab repo search [flags]

Description

Search for GitLab repositories and projects by name.

Options

-F, --output="text" Format output as: text, json.

-p, --page=1 Page number.

-P, --per-page=20 Number of items to list per page.

-s, --search="" A string contained in the project name.

Options Inherited from Parent Commands

--help[=false] Show help for this command.

Example

$ glab project search -s "title"
$ glab repo search -s "title"
$ glab project find -s "title"
$ glab project lookup -s "title"

See Also

glab-repo(1)

Referenced By

glab-repo(1).

Jul 2025 Auto generated by spf13/cobra