Cli/ref/mw gitlab repo view
Appearance
mw gitlab repo view
[edit]View a project/repository
Synopsis
[edit]Display the description and README of a project or open it in the browser.
mw gitlab repo view [repository] [flags]
Examples
[edit]# 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
Options
[edit]-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
[edit]--help Help for this command --no-interaction Do not ask any interactive questions -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
[edit]- mw gitlab repo - Work with GitLab repositories and projects