anvl_erlc_reltool ¶A wrapper for the Erlang/OTP reltool, a release management tool.
-type release_apps() :: [app_spec(), ...].
-type app_spec() :: anvl_erlc:application() |
{anvl_erlc:application(), app_type()} |
{anvl_erlc:application(),
app_type(),
[anvl_erlc:application()]}.
Not exported
-type app_type() :: permanent |
transient |
temporary |
load |
none.
Not exported
-type release_id() :: atom().