
gh-extension
List of commands for gh-extension:
-
gh-extension:tldr:078df gh-extension: Display help about a subcommand.$ gh extension ${subcommand} --helptry on your machineexplain this command
-
gh-extension:tldr:17352 gh-extension: Upgrade a specific extension.$ gh extension upgrade ${extension_name}try on your machineexplain this command
-
gh-extension:tldr:a566f gh-extension: Initialize a new GitHub CLI extension project in a directory of the same name.$ gh extension create ${extension_name}try on your machineexplain this command
-
gh-extension:tldr:be942 gh-extension: Install an extension from a GitHub repository.$ gh extension install ${owner}/${repository}try on your machineexplain this command
-
gh-extension:tldr:e27d0 gh-extension: Upgrade all extensions.$ gh extension upgrade --alltry on your machineexplain this command
-
gh-extension:tldr:e3910 gh-extension: List installed extensions.$ gh extension listtry on your machineexplain this command
-
gh-extension:tldr:ef1d8 gh-extension: Remove an extension.$ gh extension remove ${extension_name}try on your machineexplain this command