gh-auth-logout - Man Page

Log out of a GitHub account

Synopsis

gh auth logout [flags]

Description

Remove authentication for a GitHub account.

This command removes the stored authentication configuration for an account. The authentication configuration is only removed locally.

This command does not invalidate authentication tokens.

Options

-h, --hostname <string>

The hostname of the GitHub instance to log out of

-u, --user <string>

The account to log out of

Example

# Select what host and account to log out of via a prompt
$ gh auth logout

# Log out of a specific host and specific account
$ gh auth logout --hostname enterprise.internal --user monalisa

See Also

gh-auth(1)

Referenced By

gh-auth(1).

Mar 2024 GitHub CLI manual