modulepackage
0.0.0-20211019172646-7f9a06332431
Repository: https://github.com/crewdevio/hubadmin.git
Documentation: pkg.go.dev
# README
HUB ADMIN
Hub Admin is a command-line tool managing your github credentials
Installation
go get github.com/crewdevio/HubAdmin
How to use
Open help
hubadmin help
Add your credentials
hubadmin add <username> <access_token>
List github accounts
hubadmin list
Switch between your github accounts
hubadmin use <username>
Delete your stored github account
hubadmin delete <username>
Support
cli for the moment only works on windows