4

Fabric 的任意命令模式允许我执行

$ fab [options] -- [shell command]

如此处所定义

现在,我如何利用结构并行运行命令?顺序执行需要花费大量时间

4

1 回答 1

2

From the docs on the fab command use the -P option. For example:

$ fab -R role_name -P -- du
于 2012-06-02T02:09:41.927 回答