DokkuRemote
An Elixir client library for running dokku commands on a remote host.
Installation
The package can be installed
by adding dokku_remote to your list of dependencies in mix.exs:
def deps do
[
{:dokku_remote, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/dokku_remote.