/HubAdmin

Easily manage your github credentials

Primary LanguageGo

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

image

Add your credentials

hubadmin add <username> <access_token>

image

List github accounts

hubadmin list

image

Switch between your github accounts

  hubadmin use <username>

image

Delete your stored github account

hubadmin delete <username>

image

Support

cli for the moment only works on windows