deis-accounts is a plugin for the Deis Client to help manage multiple accounts.
deis-accounts requires the asciidoc
and xmlto
tools.
$ apt-get install asciidoc xmlto || # on Ubuntu Linux, or
> brew install asciidoc xmlto # on Mac OS X with Homebrew
$ make && sudo make install
To add accounts:
$ deis accounts:add
login URL: http://local3.deisapp.com
username: bacongobbler
password: ******
To switch contexts to a different account:
$ deis accounts:set bacongobbler
To list accounts:
$ deis accounts:list
bacongobbler
testuser
To remove an account:
$ deis accounts:remove testuser
Account removed.