Introducing: Heroku CLI

Introducing: Heroku CLI

Heroku is a PaaS that enables developers to operate applications directly in the cloud. The Apps are run in fully managed runtime environments, with the infrastructure — configuration, orchestration, load balancing, security, etc. — handled entirely by the platform.

Integrating Buddy with Heroku

Buddy lets developers automate deployments to Heroku with a dedicated file transfer action. For example, you can configure a pipeline that will:

  • upload a new version of the app on every push to the branch in GitHub
  • update the application every night at 1AM

On top of that Buddy allows you to you execute heroku run with one-off dynos. This way you can automate tasks like database migrations.

New action: Heroku CLI

For many of you, however, heroku run was not enough to fully reproduce your tasks with Buddy. This is why we decided to add the Heroku CLI action: now you can execute any method from the Heroku API. The action launches a Docker container with Heroku CLI installed. Once launched, Buddy logs in to your Heroku account and executes the provided commands. The full description of the CLI is available here.

Image loading...Heroku CLi details

One-off-dyno to be removed

Since Heroku CLI provides many more possibilities, we have decided the one-off dyno action will be removed by the end of February, 2017. Those of you who've been actively using the action will soon be informed how to upgrade to the Heroku CLI action.

Jarek Dylewski

Jarek Dylewski

Customer Support

A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.

Feb 1st 2017
Share