Top "Heroku-toolbelt" questions

Heroku command-line tooling for working with the Heroku platform, on MacOS, Windows and Debian/Ubuntu.

Postgres on Heroku and dumping single table to dump file

I am using Postgres on Heroku and am needing to dump one table from my production DB and dump it …

postgresql heroku heroku-toolbelt
Heroku specify which app to run command on?

In my git repo I have added two different heroku remotes to separate apps (named testheroku and officialheroku). I am …

heroku heroku-toolbelt
How to run a npm script on a deployed Heroku NodeJS app

Under scripts in package.json I have the following. 'refresh': node refresh db Is there a way to trigger this …

node.js heroku npm heroku-toolbelt
Multiple apps in git remotes when trying to access rails console

I have two git branches, staging and production, and I deployed them on Heroku in the same Heroku acccount. Suppose …

heroku heroku-toolbelt
Heroku trouble - uninstall/reinstall heroku toolbelt ubuntu

I'm running an Ubuntu instance on Amazon Web Services for development of a Ruby on Rails app (which is being …

ubuntu heroku heroku-toolbelt
heroku vs openshift which is better PaaS?

I have been using Heroku since last 3-4 years and now I have clients wanted to use openshift for their …

heroku openshift heroku-toolbelt openshift-cartridge
Heroku Review Apps: copy DB to review app

Trying to fully automate Heroku's Review Apps (beta) for an app. Heroku wants us to use db/seeds.rb to …

postgresql heroku heroku-toolbelt heroku-postgres