-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for on-premise enterprise github #293
Comments
feat: add support for on-prem GH #293
@gislikonrad - we just released a beta version
|
|
@gislikonrad - you need to set that as preference |
So, I didn't realize that the Also, when performing |
An option should be added to
apigeecli apis create github
to supply an alternative to https://www.github.com as the base url. This would help those of us who are running GitHub enterprise on-premise.Example
apigeecli apis create github -n helloworld -u sandbox -r helloworld-proxy -p proxies/helloworld/apiproxy -b https://my.github.local
The text was updated successfully, but these errors were encountered: