1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-repo-view - View a project/repository
7
8
9

SYNOPSIS

11       glab repo view [repository] [flags]
12
13
14

DESCRIPTION

16       Display  the  description  and  README  of  a project or open it in the
17       browser.
18
19
20

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

30       --help[=false]      Show help for command
31
32
33

EXAMPLE

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

SEE ALSO

53       glab-repo(1)
54
55
56
57Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum