logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pinto::Remote - Interact with a remote Pinto repository

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Description

       Pinto::Remote is the cousin of Pinto.  It provides the same API, but instead of running Actions against a
       local repository, it just sends the Action parameters to a pintod server that invokes Pinto on the remote
       host.

       If you are using the pinto application, it will automatically load either Pinto or Pinto::Remote
       depending on whether your repository root looks like a local directory path or a remote URI.

Methods

run($action_name=>%action_args)
       Loads the Action subclass for the given $action_name and constructs an object using the given
       $action_args.  If the subclass "Pinto::Remote::Action::$action_name" does not exist, then it falls back
       to the Pinto::Remote::Action base class.

Name

       Pinto::Remote - Interact with a remote Pinto repository

Synopsis

       See pinto to create and manage a Pinto repository.

       See pintod to allow remote access to your Pinto repository.

       See Pinto::Manual for more information about the Pinto tools.

Version

       version 0.14

See Also