可以在 Fabric 中使用条件执行吗?
是否可以要求结构有条件地执行操作?这应该是相当简单的,因为它“只是 Python”,但我不是 100% 确定如何运行命令并捕获它们的返回代码或输出。
举个例子,我如何才能以主机中环境变量的值为条件进行行为?
Is it possible to ask fabric to perform actions conditionally? This should be fairly trivial, because it's "just Python", but I'm not 100% sure how to run commands and capture their return code or output.
As an example, how would I have behaviour that is conditional on the value of an environment variable in the host?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这非常简单:
It's pretty straightforward: