Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Fabric 的任意命令模式允许我执行
$ fab [options] -- [shell command]
如此处所定义
现在,我如何利用结构并行运行命令?顺序执行需要花费大量时间
From the docs on the fab command use the -P option. For example:
$ fab -R role_name -P -- du