gh-auth-token - Man Page
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
- -h, --hostname <string>
The hostname of the GitHub instance authenticated with
- -u, --user <string>
The account to output the token for
Exit Codes
0: Successful execution
1: Error
2: Command canceled
4: Authentication required
NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.
See Also
Referenced By
Dec 2024 GitHub CLI manual