正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab repo view

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.