npm install -g gam
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
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
Gam stores accounts in ~/.gam
. To uninstall gam just delete this directory and run npm uninstall -g gam
.