Hello, I am currently reworking our Perl development, build, and deployment models at my job. I'm making use of Pinto as the backbone of that system. I came across Pinto::Remote::SelfContained as a lightweight interface to the Pinto that I'd like to make use of for our development environment. The module page on MetaCPAN says the module is up for adoption and I have features I'd like to add. Here's a brief list of the things I'm working on currently:
1. Support for using the `PINTO_REPOSITORY_ROOT` instead of `--root $PINTO_REPOSITORY_ROOT` in every command. 2. The current usage with authentication requires adding `-p <your plaintext password>` which is insecure as the password can be viewed in the process tree. I'm adding a "get password by exec-ing this command" option. I'll probably have other things to patch and improve to make the tool easier to use. Author PAUSE ID: ARC MetaCPAN: https://metacpan.org/pod/Pinto::Remote::SelfContained GitHub Repo (read-only): https://github.com/arc/Pinto-Remote-SelfContained My PAUSE ID: BLHOTSKY My GitHub Fork: https://github.com/reyjrar/Pinto-Remote-SelfContained Thanks for your consideration, Brad Lhotsky