Provided by: gh_2.4.0+dfsg1-2_amd64 

NAME
gh-auth-logout - Log out of a GitHub host
SYNOPSIS
gh auth logout [flags]
DESCRIPTION
Remove authentication for a GitHub host.
This command removes the authentication configuration for a host either specified interactively or via
--hostname.
OPTIONS
-h, --hostname <string>
The hostname of the GitHub instance to log out of
EXAMPLE
$ gh auth logout
# => select what host to log out of via a prompt
$ gh auth logout --hostname enterprise.internal
# => log out of specified host
SEE ALSO
gh-auth(1)
Mar 2022 GH-AUTH-LOGOUT(1)