All checks were successful
Test / frontend-tests (pull_request) Successful in 1m9s
Test / frontend-typecheck (pull_request) Successful in 1m15s
Test / rust-fmt-check (pull_request) Successful in 2m44s
Test / rust-clippy (pull_request) Successful in 24m22s
Test / rust-tests (pull_request) Successful in 25m43s
- Fix TypeScript lint errors in setup.ts and LogUpload - Remove unused imports and variables - Fix duplicate Separator exports in ui/index.tsx - Apply cargo fmt formatting to Rust code - Update ESLint configuration
85 lines
1.6 KiB
Groff
85 lines
1.6 KiB
Groff
.nh
|
|
.TH "GH-EXTENSION" "1" "Nov 2024" "GitHub CLI 2.63.0" "GitHub CLI manual"
|
|
|
|
.SH NAME
|
|
gh-extension - Manage gh extensions
|
|
|
|
|
|
.SH SYNOPSIS
|
|
\fBgh extension [flags]\fR
|
|
|
|
|
|
.SH DESCRIPTION
|
|
GitHub CLI extensions are repositories that provide additional gh commands.
|
|
|
|
.PP
|
|
The name of the extension repository must start with \fBgh-\fR and it must contain an
|
|
executable of the same name. All arguments passed to the \fBgh <extname>\fR invocation
|
|
will be forwarded to the \fBgh-<extname>\fR executable of the extension.
|
|
|
|
.PP
|
|
An extension cannot override any of the core gh commands. If an extension name conflicts
|
|
with a core gh command, you can use \fBgh extension exec <extname>\fR\&.
|
|
|
|
.PP
|
|
For the list of available extensions, see
|
|
\[la]https://github.com/topics/gh\-extension\[ra]\&.
|
|
|
|
|
|
.SH AVAILABLE COMMANDS
|
|
.TP
|
|
\fBgh-extension-browse(1)\fR
|
|
Enter a UI for browsing, adding, and removing extensions
|
|
|
|
.TP
|
|
\fBgh-extension-create(1)\fR
|
|
Create a new extension
|
|
|
|
.TP
|
|
\fBgh-extension-exec(1)\fR
|
|
Execute an installed extension
|
|
|
|
.TP
|
|
\fBgh-extension-install(1)\fR
|
|
Install a gh extension from a repository
|
|
|
|
.TP
|
|
\fBgh-extension-list(1)\fR
|
|
List installed extension commands
|
|
|
|
.TP
|
|
\fBgh-extension-remove(1)\fR
|
|
Remove an installed extension
|
|
|
|
.TP
|
|
\fBgh-extension-search(1)\fR
|
|
Search extensions to the GitHub CLI
|
|
|
|
.TP
|
|
\fBgh-extension-upgrade(1)\fR
|
|
Upgrade installed extensions
|
|
|
|
|
|
.SH ALIASES
|
|
gh extensions, gh ext
|
|
|
|
|
|
.SH EXIT CODES
|
|
0: Successful execution
|
|
|
|
.PP
|
|
1: Error
|
|
|
|
.PP
|
|
2: Command canceled
|
|
|
|
.PP
|
|
4: Authentication required
|
|
|
|
.PP
|
|
NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.
|
|
|
|
|
|
.SH SEE ALSO
|
|
\fBgh(1)\fR
|