An open API service indexing awesome lists of open source software.

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.

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`.