项目作者: heroku

项目描述 :
Helps use multiple accounts on Heroku.
高级语言: JavaScript
项目地址: git://github.com/heroku/heroku-accounts.git
创建时间: 2016-07-09T22:12:55Z
项目社区:https://github.com/heroku/heroku-accounts

开源协议:ISC License

下载


Heroku Accounts

js-standard-style

Helps use multiple accounts on Heroku.

Installation

  1. $ heroku plugins:install @heroku-cli/heroku-accounts

Usage

To add accounts:

  1. $ heroku accounts:add personal
  2. Enter your Heroku credentials.
  3. Email: david@heroku.com
  4. Password: ******

To add single sign-on (SSO) accounts:

  1. $ heroku accounts:add work --sso
  2. Enter your organization name: my-company-name
  3. Opening browser for login... done
  4. Enter your access token (typing will be hidden): **********************************

To switch to a different account:

  1. $ heroku accounts:set personal

To list accounts:

  1. $ heroku accounts
  2. * personal
  3. work

To find current account:

  1. $ heroku accounts:current
  2. personal

To remove an account:

  1. $ heroku accounts:remove personal
  2. Account removed: personal