1GH-EXTENSION-EXEC(1) GitHub CLI manual GH-EXTENSION-EXEC(1)
2
3
4
6 gh-extension-exec - Execute an installed extension
7
8
9
11 gh extension exec <name> [args] [flags]
12
13
14
16 Execute an extension using the short name. For example, if the exten‐
17 sion repository is "owner/gh-extension", you should pass "extension".
18 You can use this command when the short name conflicts with a core gh
19 command.
20
21
22 All arguments after the extension name will be forwarded to the exe‐
23 cutable of the extension.
24
25
26
28 # execute a label extension instead of the core gh label command
29 $ gh extension exec label
30
31
32
33
34
36 gh-extension(1)
37
38
39
40 Oct 2023 GH-EXTENSION-EXEC(1)