Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for Github Enterprise - e.g., server not at github.com #112

Open
wwalker opened this issue Oct 11, 2019 · 1 comment
Open

support for Github Enterprise - e.g., server not at github.com #112

wwalker opened this issue Oct 11, 2019 · 1 comment

Comments

@wwalker
Copy link

wwalker commented Oct 11, 2019

I'd like to add support for Gtihub Enterprise.

It looks like it could be mostly changes in lib/commands/helpers.rb, lib/commands/commands.rb

  • change all instances of github.com to a variable github_fqdn
  • add a way to set github_fqdn from the command line and from the config
  • and appropriate changes and additions to the spec tests

I'll get started if you approve of the idea @defunkt

@Nyxel0
Copy link

Nyxel0 commented Apr 2, 2021

Need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@wwalker @Nyxel0 and others