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

Ixchel::Actions::sagan_conf_update :: Update the all Sagan confs.

VERSION

Version 0.0.1

SYNOPSIS

    use Data::Dumper;

    my $results=$ixchel->action(action=>'sagan_conf_update', opts=>{np=>1, w=>1, });

    print Dumper($results);

This calls runs the following actions.

    sagan_base
    sagan_include
    sagan_rules

FLAGS

--np

Do not print the status of it.

-w

Write the generated services to service files.

-i instance

A instance to operate on.

--no_base

Do not rebuild the base files.

--no_include

Do not rebuild the include files.

--no_rules

Do not rebuild the rules files.

RESULT HASH REF

    .errors :: A array of errors encountered.
    .status_text :: A string description of what was done and teh results.
    .ok :: Set to zero if any of the above errored.