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
Allow users to define their own protocols that inherit from github.
This should be configuration only and allow to override:
Token (To be produced via marioc89/github-token)
API_URL
As an example, a command like:
$ gitorg protocol create
> Choose a base protocol [github]: github
> API_ENDPOINT: enterprisegithub.mycompany.com/api/v3/
> Do you want to generate a token to access the API? [Y/n]
> Choose a name for your new protocol: ghe
Will allow the user to later run:
gitorg add ghe:myuser
Note, this is a complex issue
The text was updated successfully, but these errors were encountered:
Allow users to define their own protocols that inherit from github.
This should be configuration only and allow to override:
marioc89/github-token
)As an example, a command like:
Will allow the user to later run:
Note, this is a complex issue
The text was updated successfully, but these errors were encountered: