1
有哪些相同的譯文:如何使用PyChef做'刀客戶端刪除'和'刀客戶端創建'?
knife client delete notcool.my.com
knife client create cool.my.com
在
PyChef
?
有哪些相同的譯文:如何使用PyChef做'刀客戶端刪除'和'刀客戶端創建'?
knife client delete notcool.my.com
knife client create cool.my.com
在
PyChef
?
from chef import autoconfigure, Client
api = autoconfigure()
Client.delete('notcool.my.com')
Client.create('cool.my.com')