https://github.com/dansteren/gam
Graphcool Account Manager - cli tool for switching between graphcool accounts.
https://github.com/dansteren/gam
account-manager cli-tool graphcool graphql
Last synced: about 2 months ago
JSON representation
Graphcool Account Manager - cli tool for switching between graphcool accounts.
- Host: GitHub
- URL: https://github.com/dansteren/gam
- Owner: dansteren
- License: mit
- Created: 2018-01-20T21:33:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T21:36:26.000Z (over 8 years ago)
- Last Synced: 2025-03-14T00:03:55.980Z (over 1 year ago)
- Topics: account-manager, cli-tool, graphcool, graphql
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gam
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphcool Account Manager
## Installation
```bash
npm install -g gam
```
## Usage
```
ls List available graphcool accounts
add Save the current graphcool account to gam
rm Remove account from gam
use Switch to a different graphcool account
help Show this message
-v, --version Print out the installed version of gam
```
## Examples
List available graphcool accounts:
```bash
gam ls
```
Save the current graphcool account to gam:
```bash
gam add account1
```
Switch to a different graphcool account:
```bash
gam use account1
```
## Uninstallation
Gam stores accounts in `~/.gam`. To uninstall gam just delete this directory and run `npm uninstall -g gam`.