Packages

Mix-first deployment tool for bare-metal Elixir releases over SSH. An Elixir port of Kamal using native releases, Caddy, and Elixir configuration.

Current section

Files

Jump to
xamal lib mix tasks xamal iex.ex
Raw

lib/mix/tasks/xamal/iex.ex

defmodule Mix.Tasks.Xamal.Iex do
@moduledoc "Opens an interactive remote IEx session on the running release."
@shortdoc "Opens a remote IEx session"
use Xamal.MixTask, run: {Xamal.AppTasks, :iex}
end