Provided by: gh_2.4.0+dfsg1-2_amd64 bug

NAME

       gh-extension-install - Install a gh extension from a repository

SYNOPSIS

       gh extension install <repository> [flags]

DESCRIPTION

       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.

       See   the   list   of   available   extensions  at  https://github.com/topics/gh-extension
       ⟨https://github.com/topics/gh-extension⟩

EXAMPLE

              $ gh extension install owner/gh-extension
              $ gh extension install https://git.example.com/owner/gh-extension
              $ gh extension install .

SEE ALSO

       gh-extension(1)

                                             Mar 2022                     GH-EXTENSION-INSTALL(1)