1.2 Invokation

--top-reds

Display top N jobs by reductions

Default value

0

Type

non_neg_integer() | true when
  non_neg_integer() :: 0..inf.
--top-time

Display top N slowest jobs

Default value

0

Type

non_neg_integer() | true when
  non_neg_integer() :: 0..inf.
--help

Get help and exit

Default value

false

Type

boolean()
--log-level

Minimum severity of log messages

Default value

notice

Type

lee_logger:level() when
  lee_logger:level() :: alert | critical | error | warning | notice | info | debug.
--root-dir -d

Root project directory

Default value

"."

Type

string() when
  string() :: [char()].
--shell

Start Erlang shell after running the tasks

Default value

false

Type

boolean()
--workdir -W

Directory where ANVL plugins store artifacts

Default value

"_anvl_build"

Type

string() when
  string() :: [char()].

The rest of positional arguments

List of conditions to satisfy

Select conditions from the [conditions] list of the root project.

If user didn’t explicitly specify any conditions to satisfy, then ANVL will run the first condition from [conditions] list.

Type

[atom()]

JavaScript license information