Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Rex::Commands::Notify - Notify a resource to execute.

Description

       This module exports the notify() function.

Exported Functions

notify($resource_type,$resource_name)
       This function will notify the given $resource_name of the given $resource_type to execute.

perl v5.40.0                                       2025-02-06                         Rex::Commands::Notify(3pm)

Name

       Rex::Commands::Notify - Notify a resource to execute.

Synopsis

        notify "run", "extract-archive";
        notify $type, $resource_name;

See Also