Provided by: gh_2.27.0+dfsg1-1ubuntu0.1_amd64
NAME
gh-extension - Manage gh extensions
SYNOPSIS
gh extension [flags]
DESCRIPTION
GitHub CLI extensions are repositories that provide additional gh commands. The name of the extension repository must start with "gh-" and it must contain an executable of the same name. All arguments passed to the gh <extname> invocation will be forwarded to the gh-<extname> executable of the extension. An extension cannot override any of the core gh commands. If an extension name conflicts with a core gh command you can use gh extension exec <extname>. See the list of available extensions at https://github.com/topics/gh-extension ⟨https://github.com/topics/gh-extension⟩.
AVAILABLE COMMANDS
gh-extension-browse(1) Enter a UI for browsing, adding, and removing extensions gh-extension-create(1) Create a new extension gh-extension-exec(1) Execute an installed extension gh-extension-install(1) Install a gh extension from a repository gh-extension-list(1) List installed extension commands gh-extension-remove(1) Remove an installed extension gh-extension-search(1) Search extensions to the GitHub CLI gh-extension-upgrade(1) Upgrade installed extensions
SEE ALSO
gh(1) Jan 2024 GH-EXTENSION(1)