Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroku/heroku-accounts
Helps use multiple accounts on Heroku.
https://github.com/heroku/heroku-accounts
heroku heroku-cli-plugin
Last synced: 3 months ago
JSON representation
Helps use multiple accounts on Heroku.
- Host: GitHub
- URL: https://github.com/heroku/heroku-accounts
- Owner: heroku
- License: isc
- Created: 2016-07-09T22:12:55.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T16:47:54.000Z (4 months ago)
- Last Synced: 2024-10-22T09:18:04.089Z (3 months ago)
- Topics: heroku, heroku-cli-plugin
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 549
- Watchers: 91
- Forks: 38
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- starred-awesome - heroku-accounts - Helps use multiple accounts on Heroku. (JavaScript)
README
# Heroku Accounts
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
Helps use multiple accounts on Heroku.
## Installation
$ heroku plugins:install @heroku-cli/heroku-accounts
## Usage
To add accounts:
$ heroku accounts:add personal
Enter your Heroku credentials.
Email: [email protected]
Password: ******To add single sign-on (SSO) accounts:
$ heroku accounts:add work --sso
Enter your organization name: my-company-name
Opening browser for login... done
Enter your access token (typing will be hidden): **********************************To switch to a different account:
$ heroku accounts:set personal
To list accounts:
$ heroku accounts
* personal
workTo find current account:
$ heroku accounts:current
personalTo remove an account:
$ heroku accounts:remove personal
Account removed: personal