Is there anything like Fabric for Perl?

2019-04-24 14:35发布

问题:

I really like Fabric for personal projects, but I am working in a Perl-oriented environment in my day-to-day job. I’d like to stay away from introducing another language to the workflow, so I’m wondering if there exists something similar to Fabric for doing automated deployments in Perl.

回答1:

Have a look at Rex. However its more based on Capistrano than Fabric.

Also check out this older SO question Is there a Perl or Lua alternative to Capistrano?



回答2:

As noted in this answer if you can log in with SSH, you can use Fabric, no matter the language used in the running app. Unless there is some Perl specific code that can't be run by issuing a command in a shell.