glab-repo-view - Man Page

View a project/repository

Synopsis

glab repo view [repository] [flags]

Description

Display the description and README of a project or open it in the browser.

Options

-b, --branch="" View a specific branch of the repository

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

-w, --web[=false] Open a project in the browser

Options Inherited from Parent Commands

--help[=false] Show help for command

Example

# view project information for the current directory (must be a git repository)
$ glab repo view

# view project information of specified name
$ glab repo view my-project
$ glab repo view user/repo
$ glab repo view group/namespace/repo

# specify repo by full [git] URL
$ glab repo view git@gitlab.com:user/repo.git
$ glab repo view https://gitlab.company.org/user/repo
$ glab repo view https://gitlab.company.org/user/repo.git

See Also

glab-repo(1)

Referenced By

glab-repo(1).

Mar 2024 Auto generated by spf13/cobra