All Projects β†’ heroku β†’ Heroku Accounts

heroku / Heroku Accounts

Licence: isc
Helps use multiple accounts on Heroku.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Heroku Accounts

Express Starter
🚚 A boilerplate for Node.js, Express, Mongoose, Heroku, Atlas, Nodemon, PM2, and Babel. REST / GraphQL API Server | PaaS | SaaS | CI/CD | Jest | Supertest | Docker | MongoDB | PostgreSQL | Sequelize | Lodash | RxJS | JWT | Passport | WebSocket | Redis | CircleCI | Apollo | DevSecOps | Microservices | Backend Starter Kit | ES6
Stars: ✭ 353 (-26.76%)
Mutual labels:  heroku
Posthog
πŸ¦” PostHog provides open-source product analytics that you can self-host.
Stars: ✭ 5,488 (+1038.59%)
Mutual labels:  heroku
Dokku
A docker-powered PaaS that helps you build and manage the lifecycle of applications
Stars: ✭ 22,155 (+4496.47%)
Mutual labels:  heroku
Socify
πŸš€ Socify is an open source social networking platform written in Ruby on Rails
Stars: ✭ 363 (-24.69%)
Mutual labels:  heroku
Js Stack From Scratch
πŸ› οΈβš‘ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+3803.32%)
Mutual labels:  heroku
Tilex
Today I Learned
Stars: ✭ 418 (-13.28%)
Mutual labels:  heroku
Django Heroku
Minimal configuration to host a Django project at Heroku
Stars: ✭ 344 (-28.63%)
Mutual labels:  heroku
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (-3.94%)
Mutual labels:  heroku
Explaintome
Automatic Web Article Summarizer
Stars: ✭ 385 (-20.12%)
Mutual labels:  heroku
Notion Toolbox
This is a collection of Notion tools that work in tandem together.
Stars: ✭ 441 (-8.51%)
Mutual labels:  heroku
Userge
Userge, Durable as a Serge
Stars: ✭ 363 (-24.69%)
Mutual labels:  heroku
Partyparrot
πŸŽ‰ 🐦 Very Serious Code ℒ️ that generates huge slack messages with emojis.
Stars: ✭ 374 (-22.41%)
Mutual labels:  heroku
Django Heroku
A Django library for Heroku apps.
Stars: ✭ 428 (-11.2%)
Mutual labels:  heroku
Ocrserver
A simple OCR API server, seriously easy to be deployed by Docker, on Heroku as well
Stars: ✭ 359 (-25.52%)
Mutual labels:  heroku
V2hero
All Free . Deploy V2Ray to Heroku . v2ray学习参考
Stars: ✭ 449 (-6.85%)
Mutual labels:  heroku
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (-28.01%)
Mutual labels:  heroku
Property web builder
The ultimate Ruby on Rails engine for creating real estate websites β›Ί
Stars: ✭ 414 (-14.11%)
Mutual labels:  heroku
Pigallery2
A directory-first photo gallery website, witch rich UI, optimised for running on low resource servers (especially on raspberry pi)
Stars: ✭ 470 (-2.49%)
Mutual labels:  heroku
Phoenix Chat Example
πŸ’¬ A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.5.5 πŸš€
Stars: ✭ 452 (-6.22%)
Mutual labels:  heroku
Haikunator
Heroku-like random name generator.
Stars: ✭ 440 (-8.71%)
Mutual labels:  heroku

Heroku Accounts

js-standard-style

Helps use multiple accounts on Heroku.

Installation

$ heroku plugins:install 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
work

To find current account:

$ heroku accounts:current
personal

To remove an account:

$ heroku accounts:remove personal
Account removed: personal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].