Scroll to navigation

GH-AUTH-TOKEN(1) GitHub CLI manual GH-AUTH-TOKEN(1)

NAME

gh-auth-token - Print the authentication token gh uses for a hostname and account

SYNOPSIS

gh auth token [flags]

DESCRIPTION

This command outputs the authentication token for an account on a given GitHub host.

Without the --hostname flag, the default host is chosen.

Without the --user flag, the active account for the host is chosen.

OPTIONS

The hostname of the GitHub instance authenticated with

The account to output the token for

SEE ALSO

gh-auth(1)

Mar 2024