GH-EXTENSION-INSTALL(1) | GitHub CLI manual | GH-EXTENSION-INSTALL(1) |
gh-extension-install - Install a gh extension from a repository
gh extension install <repository> [flags]
Install a GitHub repository locally as a GitHub CLI extension.
The repository argument can be specified in OWNER/REPO format as well as a full URL. The URL format is useful when the repository is not hosted on github.com.
To install an extension in development from the current directory, use . as the value of the repository argument.
For the list of available extensions, see ⟨https://github.com/topics/gh-extension⟩.
$ gh extension install owner/gh-extension $ gh extension install https://git.example.com/owner/gh-extension $ gh extension install .
gh-extension(1)
Nov 2024 |