You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for GitHub Enterprise instances via --enterprise-url flag.
The enterprise URL is persisted to disk for reuse across sessions.
Changes:
- Add new url.ts with normalizeDomain, githubBaseUrl, githubApiBaseUrl
- Convert GITHUB_BASE_URL and GITHUB_API_BASE_URL to functions
- Update all GitHub API calls to use dynamic base URLs
- Add enterprise_url persistence in token.ts
- Pass enterprise URL to setupGitHubToken
Usage:
--enterprise-url ghe.example.com
PR: ericc-ch#128
0 commit comments