The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DynGig::CLI::Multiplex::CMD - CLI for DynGig::Multiplex::CMD

EXAMPLE

 use DynGig::CLI::Multiplex::CMD;

 DynGig::CLI::Multiplex::CMD->main( timeout => 30, max => 30 );

SYNOPSIS

$exe --help

$exe --range range [--timeout seconds] [--max parallelism] [--verbose 1 or 2] command ..

e.g.

echo blah | $exe -r 1~10 wc

$exe -r host1~10 -m 5 -t 10 -v 2 ssh {} uptime

NOTE

See DynGig::CLI