Execution subcommands: marea run local, run release, run docker.
Each command returns {:cmd, shell_command} so the parent shell takes
over for an interactive session (IEx, release start, docker run).
See the Run Plugin guide.
Summary
Functions
Public so Marea.Plugins.Build can chain into it when --run is set
on build release. Returns the same {:cmd, ...} shape as the
command callback.
Functions
@spec run_cmd([atom()], Marea.Config.t()) :: {:cmd, String.t()} | {:cmd, String.t(), Marea.Config.t()} | :usage
Public so Marea.Plugins.Build can chain into it when --run is set
on build release. Returns the same {:cmd, ...} shape as the
command callback.