GH-STATUS(1) GitHub CLI manual GH-STATUS(1) NAME gh-status - Print information about relevant issues, pull requests, and notifications across repositories SYNOPSIS gh status [flags] DESCRIPTION The status command prints information about your work on GitHub across all the repositories you're subscribed to, including: o Assigned Issues o Assigned Pull Requests o Review Requests o Mentions o Repository Activity (new issues/pull requests, comments) OPTIONS -e, --exclude Comma separated list of repos to exclude in owner/name format -o, --org Report status within an organization EXAMPLE $ gh status -e cli/cli -e cli/go-gh # Exclude multiple repositories $ gh status -o cli # Limit results to a single organization SEE ALSO gh(1) May 2024 GH-STATUS(1)