@
pythonee 为什么你不自己试一下?
(g)$:~/fortest$ fab -u XX test:hosts=XXX
[
tucao.in] Executing task 'test'
WARNING: IPython History requires SQLite, your history will not be saved
WARNING: IPython History requires SQLite, your history will not be saved
--Return--
None
> ~/
fabfile.py(6)test()
5 def test():
----> 6 import ipdb; ipdb.set_trace()
7
ipdb> ret = run("ls")
[
tucao.in] run: ls
[
tucao.in] out: hub
net_status.sh nginx.conf opt sslkey tmp www youtube-dl
[
tucao.in] out:
ipdb> ret
'hub
net_status.sh nginx.conf opt sslkey tmp www\tyoutube-dl'
ipdb>
Exiting Debugger.
Disconnecting from XXX... done.