Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.3 KB

File metadata and controls

53 lines (40 loc) · 1.3 KB
title `glab repo view`
stage Create
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>

View a project or repository.

Synopsis

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

glab repo view [repository] [flags]

Examples

# 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 repository 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

Options

  -b, --branch string   View a specific branch of the repository.
  -F, --output string   Format output as: text, json. (default "text")
  -w, --web             Open a project in the browser.

Options inherited from parent commands

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