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

SYNOPSIS

$ archer.pl Caspeee

Options:
    --para=5                parallel run for process phase.
    --dry-run               dry-run.
    --skip=restart          skip the task(csv).
    --with=somejob          do deploy with skip_defalt tasks.
    --only=rsync            do only specify task (only affect on process phase).
    --man                   show manual
    [--log_level=debug]     change log level from option. If you specify this, 
    --config                config.yaml path
    --shell                 shell mode

DESCRIPTION

Automating Application Deployment.

TIPS

add to .zshrc.

compctl -k '(--skip-restart --skip-mysqldiff --para --skip-svn-up)' deploy.pl

AUTHORS

Tokuhiro Matsuno