ExDokku v0.1.3 ExDokku.Action View Source

Core actions for ExDokku

Link to this section Summary

Link to this section Functions

Link to this function

connect_ssh(ip)

View Source
connect_ssh(String.t()) :: any()
Link to this function

download_db(map, name)

View Source
download_db(ExDokku.Config.Struct.t(), String.t()) :: :ok
Link to this function

run_remote(conn, command)

View Source
run_remote(any(), charlist()) :: any()
Link to this function

start_ssh()

View Source
start_ssh() :: {:ok, [atom()]}
Link to this function

upload_db(file, arg2, ip, atom)

View Source
upload_db(String.t(), ExDokku.Config.Struct.t(), String.t(), :backup | :local) ::
  {<<_::0>>, 0}