Display top N jobs by reductions
Default value
0
Type
non_neg_integer() | true when non_neg_integer() :: 0..inf.
Display top N slowest jobs
Default value
0
Type
non_neg_integer() | true when non_neg_integer() :: 0..inf.
Get help and exit
Default value
false
Type
boolean()
Minimum severity of log messages
Default value
notice
Type
lee_logger:level() when lee_logger:level() :: alert | critical | error | warning | notice | info | debug.
This option is specified as an erlang list, for example:
--preload-plugins [anvl_rebar3]
Default value
[]
Type
[anvl_plugin:t()] when anvl_plugin:t() :: module().
Root project directory
Default value
[]
Type
string() when string() :: [char()].
Start Erlang shell after running the tasks
Default value
false
Type
boolean()
Directory where ANVL plugins store artifacts
Default value
"_anvl_build"
Type
string() when string() :: [char()].
List of conditions to satisfy
Select conditions from the [conditions] list of the root project.
If the user did not explicitly specify any conditions to satisfy, then ANVL will run the first condition from the [conditions] list.
Type
[atom()]