0.1.0 • Published 6 years ago

gam v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.