1glab(1) glab(1)
2
3
4
6 glab-repo-view - View a project/repository
7
8
9
11 glab repo view [repository] [flags]
12
13
14
16 Display the description and README of a project or open it in the
17 browser.
18
19
20
22 -b, --branch="" View a specific branch of the repository
23
24
25 -w, --web[=false] Open a project in the browser
26
27
28
30 --help[=false] Show help for command
31
32
33
35 # view project information for the current directory (must be a git repository)
36 $ glab repo view
37
38 # view project information of specified name
39 $ glab repo view my-project
40 $ glab repo view user/repo
41 $ glab repo view group/namespace/repo
42
43 # specify repo by full [git] URL
44 $ glab repo view git@gitlab.com:user/repo.git
45 $ glab repo view https://gitlab.company.org/user/repo
46 $ glab repo view https://gitlab.company.org/user/repo.git
47
48
49
50
51
53 glab-repo(1)
54
55
56
57Auto generated by spf13/cobra Nov 2023 glab(1)