Forrest logo
back to the gh tool

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 machine

The command "gh extension create ${extension_name}" is used to create a new extension for GitHub's command-line tool called "gh".

Here's a breakdown of the command:

  • "gh extension create": This is the main command used to create a new extension in "gh".
  • "${extension_name}": This is a placeholder for the actual name you want to give to your extension. You need to replace "${extension_name}" with a specific name of your choice.

By running this command, you'll be able to create a new extension for the "gh" command-line tool with the provided extension name.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the gh tool