mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 17:38:57 +03:00
gh-extension: add page (#6407)
This commit is contained in:
parent
9b1dbbd0dd
commit
df5f5ac08f
24
pages/common/gh-extension.md
Normal file
24
pages/common/gh-extension.md
Normal file
@ -0,0 +1,24 @@
|
||||
# gh extension
|
||||
|
||||
> Manage extensions for the GitHub CLI.
|
||||
> More information: <https://cli.github.com/manual/gh_extension>.
|
||||
|
||||
- Initialize a new GitHub CLI extension project in a directory of the same name:
|
||||
|
||||
`gh extension create {{name}}`
|
||||
|
||||
- Install an extension from a GitHub repository:
|
||||
|
||||
`gh extension install {{owner}}/{{repository}}`
|
||||
|
||||
- List installed extensions:
|
||||
|
||||
`gh extension list`
|
||||
|
||||
- Upgrade a specific extension:
|
||||
|
||||
`gh extension upgrade {{name}}`
|
||||
|
||||
- Upgrade all extensions:
|
||||
|
||||
`gh extension upgrade --all`
|
Loading…
Reference in New Issue
Block a user