Hexoku.API.Releases

A release represents a combination of code, config vars and add-ons for an app on Heroku.

For more info read the Heroku API Reference

Source

Summary

create(client, app, slug, description \\ "Released using Hexoku")
info(client, app, release)
list(client, app)
rollback(client, app, release)

Functions

create(client, app, slug, description \\ "Released using Hexoku")
Source
info(client, app, release)

Specs:

Source
list(client, app)

Specs:

Source
rollback(client, app, release)

Specs:

Source