gh repo view [repository]
Display the description and the README of a GitHub repository.
With no argument, the repository for the current directory is displayed.
With '--web', open the repository in a web browser instead.
With '--branch', view a specific branch of the repository.
For more information about output formatting flags, see 'gh help formatting'
Arguments
Name | Description |
---|
repository | |
Options
Name | Description |
---|
-b, --branch <string> | View a specific branch of the repository |
-w, --web | Open a repository in the browser |
-q, --jq <expression> | Filter JSON output using a jq expression |
--json <fields> | Output JSON with the specified fields |
-t, --template <string> | Format JSON output using a Go template |