The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Beam::Runner::Command::make - Build recipes and their dependencies

VERSION

version 0.001

SYNOPSIS

    beam make [-v|-q] [<recipe...>|<variable...>]

DESCRIPTION

Run a service from the given container, passing in any arguments.

ARGUMENTS

<recipe>

The name of a recipe in the Beamfile to build. See Beam::Make for how to write a Beamfile.

<variable>

A <NAME>=<VALUE> pair. Will be set as an environment variable for recipes to use.

OPTIONS

-v | --verbose

Increase the verbosity of the output. By default, writes logs at the warning level to STDERR. May be specified up to 3 times for increased verbosity (info, debug, trace).

-q | --quiet

Decrease the verbosity of the log output to error (from the default, warning).

SEE ALSO

Beam::Make, beam

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.