-
-
08 Mar 2019 03:07:13 UTC
- Distribution: Beam-Runner
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (6)
- Testers (536 / 16 / 4)
- Kwalitee
Bus factor: 1- 95.11% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (35.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- ARGUMENTS
- ENVIRONMENT VARIABLES
- SEE ALSO
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
beam - Discover and run services from container files
VERSION
version 0.016
SYNOPSIS
beam run <container> <service> [<args...>] beam list beam list <container> beam help <container> <service> beam help
DESCRIPTION
This command allows you to execute runnable objects configured in container files. It also allows listing of container files, listing of runnable objects inside container files, and viewing documentation associated with those objects to help in running them.
For help with building a container file, see the Beam::Wire documentation.
ARGUMENTS
container
A container file to load. This file will be found in one of the "BEAM_PATH" directories. The file extension (
.yml
,.json
, etc...) is optional.service
The name of a runnable object in the container. The object must consume the Beam::Runnable role and implement the
run()
method.args
Any arguments will be given to the
service
'srun()
method.ENVIRONMENT VARIABLES
BEAM_PATH
A colon-separated list of paths to search for container files.
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 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.
Module Install Instructions
To install Beam::Runner, copy and paste the appropriate command in to your terminal.
cpanm Beam::Runner
perl -MCPAN -e shell install Beam::Runner
For more information on module installation, please visit the detailed CPAN module installation guide.