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.
相关问题
- $ENV{$variable} in perl
- Is it possible to pass command-line arguments to @
- Redirecting STDOUT and STDERR to a file, except fo
- Change first key of multi-dimensional Hash in perl
- How do I get a filehandle from the command line?
相关文章
- Override env values defined in container spec
- Running a perl script on windows without extension
- Comparing speed of non-matching regexp
- Can NOT List directory including space using Perl
- Test if File/Dir exists over SSH/Sudo in Python/Ba
- Extracting columns from text file using Perl one-l
- Lazy (ungreedy) matching multiple groups using reg
- How do I tell DBD::mysql where mysql.sock is?
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?
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.