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

Archer::Plugin::Exec::Local - run the command in local machine.

SYNOPSIS

  - module: Exec::Local
    config:
      user: root
      command: ls [% work_dir %]/[% project %]/

DESCRIPTION

run the command in local machine.

AUTHORS

Tokuhiro Matsuno.