Is there anything like Fabric for Perl?

2019-04-24 14:05发布

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.

2条回答
你好瞎i
2楼-- · 2019-04-24 14:47

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?

查看更多
We Are One
3楼-- · 2019-04-24 15:01

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.

查看更多
登录 后发表回答