Expand description
GitHub CLI authentication integration.
Uses the gh CLI tool to obtain authentication tokens securely.
Functionsยง
- get_
token - Get the authentication token from the GitHub CLI.
- get_
token_ for_ host - Get token for a specific GitHub host (for GitHub Enterprise).
- get_
username - Get the authenticated GitHub username.
- is_
authenticated - Check if the user is authenticated with the GitHub CLI.
- is_
installed - Check if the GitHub CLI is installed.