mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
gh-status: add page (#18208)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# gh status
|
||||
|
||||
> Check the status of subscribed repositories on GitHub.
|
||||
> More information: <https://cli.github.com/manual/gh_status>.
|
||||
|
||||
- Print information about all repositories you're subscribed to (issues, pull requests, reviews, mentions, activity, etc.):
|
||||
|
||||
`gh status`
|
||||
|
||||
- Exclude certain repositories:
|
||||
|
||||
`gh status {{[-e|--exclude]}} {{repositories}}`
|
||||
|
||||
- Print status of repositories belonging to an organization:
|
||||
|
||||
`gh status {{[-o|--org]}} {{organization}}`
|
||||
Reference in New Issue
Block a user