怎么办'刀客户端删除'和刀客户创造'使用PyChef?

时间:2014-09-30 19:47:59

标签: python chef pychef

有哪些等效翻译:

knife client delete notcool.my.com
knife client create cool.my.com
<{3>}中的

1 个答案:

答案 0 :(得分:1)

from chef import autoconfigure, Client
api = autoconfigure()
Client.delete('notcool.my.com')
Client.create('cool.my.com')