标签: python chef pychef
有哪些等效翻译:
knife client delete notcool.my.com knife client create cool.my.com
?
答案 0 :(得分:1)
from chef import autoconfigure, Client api = autoconfigure() Client.delete('notcool.my.com') Client.create('cool.my.com')