Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

fishworks/deis-accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deis Accounts

deis-accounts is a plugin for the Deis Client to help manage multiple accounts.

Installation

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

Usage

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.

About

Multiple account management for Deis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published