Sponsor:

Your company here, and a link to your site. Click to find out more.

gh-auth-switch - Man Page

Switch active GitHub account

Synopsis

gh auth switch [flags]

Description

Switch the active account for a GitHub host.

This command changes the authentication configuration that will be used when running commands targeting the specified GitHub host.

If the specified host has two accounts, the active account will be switched automatically. If there are more than two accounts, disambiguation will be required either through the --user flag or an interactive prompt.

For a list of authenticated accounts you can run gh auth status.

Options

-h, --hostname <string>

The hostname of the GitHub instance to switch account for

-u, --user <string>

The account to switch to

Example

# Select what host and account to switch to via a prompt
$ gh auth switch

# Switch to 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