https://github.com/crewdevio/hubadmin
Easily manage your github credentials
https://github.com/crewdevio/hubadmin
Last synced: 10 months ago
JSON representation
Easily manage your github credentials
- Host: GitHub
- URL: https://github.com/crewdevio/hubadmin
- Owner: crewdevio
- Created: 2021-10-18T19:43:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T17:26:46.000Z (over 4 years ago)
- Last Synced: 2024-10-30T00:43:52.855Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HUB ADMIN
Hub Admin is a command-line tool managing your github credentials
## Installation
``` console
go get github.com/crewdevio/HubAdmin
```
## How to use
### Open help
```console
hubadmin help
```

### Add your credentials
```console
hubadmin add
```

### List github accounts
```console
hubadmin list
```

### Switch between your github accounts
``` console
hubadmin use
```

### Delete your stored github account
```console
hubadmin delete
```

## Support
cli for the moment only works on windows