1GH-EXTENSION(1)                GitHub CLI manual               GH-EXTENSION(1)
2
3
4

NAME

6       gh-extension - Manage gh extensions
7
8
9

SYNOPSIS

11       gh extension [flags]
12
13
14

DESCRIPTION

16       GitHub  CLI extensions are repositories that provide additional gh com‐
17       mands.
18
19
20       The name of the extension repository must start with "gh-" and it  must
21       contain  an executable of the same name. All arguments passed to the gh
22       <extname> invocation will be forwarded to the  gh-<extname>  executable
23       of the extension.
24
25
26       An  extension cannot override any of the core gh commands. If an exten‐
27       sion name conflicts with a core gh command you  can  use  gh  extension
28       exec <extname>.
29
30
31       See  the  list of available extensions at https://github.com/topics/gh-
32       extension ⟨https://github.com/topics/gh-extension⟩.
33
34
35

AVAILABLE COMMANDS

37       gh-extension-browse(1)
38              Enter a UI for browsing, adding, and removing extensions
39
40
41       gh-extension-create(1)
42              Create a new extension
43
44
45       gh-extension-exec(1)
46              Execute an installed extension
47
48
49       gh-extension-install(1)
50              Install a gh extension from a repository
51
52
53       gh-extension-list(1)
54              List installed extension commands
55
56
57       gh-extension-remove(1)
58              Remove an installed extension
59
60
61       gh-extension-search(1)
62              Search extensions to the GitHub CLI
63
64
65       gh-extension-upgrade(1)
66              Upgrade installed extensions
67
68
69

SEE ALSO

71       gh(1)
72
73
74
75                                   Jan 2023                    GH-EXTENSION(1)
Impressum