Skip to content
/ gam Public

Graphcool Account Manager - cli tool for switching between graphcool accounts.

License

Notifications You must be signed in to change notification settings

dansteren/gam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphcool Account Manager

Installation

npm install -g gam

Usage

  ls                        List available graphcool accounts
  add <account-alias>       Save the current graphcool account to gam
  rm <account-alias>        Remove account from gam
  use <account-alias>       Switch to a different graphcool account
  help                      Show this message
  -v, --version             Print out the installed version of gam

Examples

List available graphcool accounts:

gam ls

Save the current graphcool account to gam:

gam add account1

Switch to a different graphcool account:

gam use account1

Uninstallation

Gam stores accounts in ~/.gam. To uninstall gam just delete this directory and run npm uninstall -g gam.

About

Graphcool Account Manager - cli tool for switching between graphcool accounts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published