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

NAME

6       gh-extension-exec - Execute an installed extension
7
8
9

SYNOPSIS

11       gh extension exec <name> [args] [flags]
12
13
14

DESCRIPTION

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

EXAMPLE

28              # execute a label extension instead of the core gh label command
29              $ gh extension exec label
30
31
32
33
34

SEE ALSO

36       gh-extension(1)
37
38
39
40                                   Jan 2023               GH-EXTENSION-EXEC(1)
Impressum