Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.26 KB

File metadata and controls

55 lines (42 loc) · 1.26 KB
title `glab repo search`
stage AI Coding
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

Search for GitLab repositories and projects by name.

Synopsis

Searches every project visible to you for a string in the project name. Provide the query with --search, and use -F json for machine-readable output.

glab repo search [flags]

Aliases

find
lookup

Examples

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

Options

      --jq string       Filter JSON output with a jq expression.
  -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 20)
  -s, --search string   A string contained in the project name.

Options inherited from parent commands

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