scalingo

Deploy and manage applications on Scalingo PaaS platform

brewmacoslinux
Try with needOr install directly
Source

About

CLI for working with Scalingo's PaaS

Commands

scalingo

Examples

deploy my application to production$ scalingo deploy
view application logs in real time$ scalingo logs --follow
scale up the number of running containers$ scalingo scale web:3
set environment variables for my app$ scalingo env-set DATABASE_URL=postgres://...
connect to remote database from command line$ scalingo db-tunnel MONGODB_URL