标签: fabric
Fabric的任意命令模式允许我执行
$ fab [options] -- [shell command]
as defined here
现在,我如何利用fabric来运行 parallel 中的命令?这需要花费大量时间才能顺序执行
答案 0 :(得分:2)
从docs on the fab command使用-P选项。例如:
$ fab -R role_name -P -- du