Is there fabric for golang?

blov · · 381 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Is there something like Python&#39;s fabric <a href="http://docs.fabfile.org/en/1.13/tutorial.html">http://docs.fabfile.org/en/1.13/tutorial.html</a> implemented for GO language?</p> <hr/>**评论:**<br/><br/>mgutz: <pre><p>I haven&#39;t seen one. The closest thing is probably this <a href="https://github.com/pressly/sup" rel="nofollow">https://github.com/pressly/sup</a> which is ansible-like. I moved away from fabric to ansible (a python project).</p></pre>DarkRye: <pre><p>Thank you. That&#39;s a great solution. I am investigating it.</p></pre>chmikes: <pre><p>Thanks for the link. I was looking for something like that. I use ansible, but it&#39;s not pleasant to program. I whish I had a better control on the output sent by mail. I don&#39;t want to see this list of Ok. I want a single line in green if ok, and red if na error occured. Etc. Writing a better Ansible in Go is in my idea list. </p></pre>cosiner_z: <pre><p>I have wrote a library <a href="https://github.com/cosiner/socker" rel="nofollow">github.com/cosiner/socker</a> and built a deploy website for the company i worked in. Glad if helpful.</p></pre>sthussey: <pre><p>The stdlib has an ssh client in it. I&#39;d think that is the heavy lifting part of building a remote command runner.</p></pre>DarkRye: <pre><p>Yes, I actually used it in a complex project with tunneling. It works. It is great it exists.</p></pre>syntaxocs: <pre><p>I&#39;ve heard a lot of people say the standard library has everything you need. </p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

381 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传