Trivelyan Heroku App Management Dashboard


Trivelyan is a web based management dashboard. While make transactions in the Heroku Application such as create, delete or push changes we are soo fatigue for use CLI. Therefore we are developed this application. Trivelyan make basic CLI commands in background. This application use python-flask for these transactions.
Go to trivelyan.github.io

for run docker container :

docker pull trivelyan/trivelyan
docker run -p 80:5000 trivelyan/trivelyan

for run and fun

After following commands Trivelyan run in localhost on port 5000.

complate installing requirements (you don’t have virtualenv)

git clone https://github.com/trivelyan/trivelyan-dashboard.git
cd trivelyan-dashboard
pip install -r requirements.txt
sudo python app.py

for use the virtualenv

pip install virtualenv
git clone https://github.com/trivelyan/trivelyan-dashboard.git
cd trivelyan-dashboard
source bin/activate
sudo python app.py

login page

Login with API key. API key generated by Heroku in first sign up. For use this key go to Heroku account settings.

login page


list and edit Heroku applications

login page


create new applicaton

login page


delete applicaton

login page


push local changes and deploy current applicaton

login page