Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.1 KB

File metadata and controls

47 lines (34 loc) · 1.1 KB

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