Hexoku.API.Dynos

Dynos encapsulate running processes of an app on Heroku.

For more info read the Heroku API Reference

Source

Summary

create(client, app, command, options \\ %{})
info(client, app, dyno)
list(client, app)
restart(client, app, dyno)
restart_all(client, app)

Functions

create(client, app, command, options \\ %{})

Specs:

Source
info(client, app, dyno)

Specs:

Source
list(client, app)

Specs:

Source
restart(client, app, dyno)

Specs:

Source
restart_all(client, app)

Specs:

Source