๐
Heroku Cheatsheet
Vanilla JavaScript replacements for jQuery functionality
CLI
heroku ps # listheroku ps:scale web=1 # spawn more dynosheroku run bashheroku run console # Rails consoleheroku run rake assets:precompileheroku logsheroku logs -t # --tail (stream)heroku logs -s app # --source (only on app logs)heroku releasesheroku releases:info v25heroku rollbackheroku config # Listheroku config -s # List in shell formatheroku config:get KEYheroku config:set KEY=valheroku config:set KEY1=val KEY2=val ...heroku config:unset KEY1heroku apps # listheroku apps:create [NAME]heroku apps:destroy --app APPheroku apps:infoheroku apps:open # open in browserheroku apps:rename NEWNAME