cli/docs/source/repo/search.md

50 lines
944 B
Markdown
Raw Permalink Normal View History

---
stage: Create
group: Code Review
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
<!--
This documentation is auto generated by a script.
2023-02-07 08:22:45 +00:00
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo search`
Search for GitLab repositories and projects by name
```plaintext
glab repo search [flags]
```
2023-04-04 01:33:12 +00:00
## Aliases
```plaintext
find
lookup
```
## Examples
```plaintext
glab project search title
glab repo search title
glab project find title
glab project lookup title
```
## Options
```plaintext
-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
```plaintext
--help Show help for command
```