Open kylecarbs opened 6 years ago
Added flags to improve compatibility with GitHub enterprise.
3 flags have been added:
--api-url
http://somegithubenterprise.com/api/v3
--auth-token
--org
Added flags to improve compatibility with GitHub enterprise.
3 flags have been added:
--api-url
allows a user to customize the base url for API requests. (Examplehttp://somegithubenterprise.com/api/v3
)--auth-token
allows a user to set a personal access token to authenticate with.--org
allows a user to specify modifications are being made to an organization rather than a user.