我正在使用berkshelf處理我的食譜依賴關係。爲了上傳我的服務器上我的食譜:處理食譜
berks upload --force
- 這是最好的選擇嗎?
- 我試圖刪除/刪除我的食譜表單服務器。我無法找到任何
berks remove/delete cookbook
命令。我正在嘗試使用knife delete cookbook
。我收到了一條消息:
ERROR: Attempt to use relative path 'berk' when current directory is outside the repository path. ERROR: Current working directory is 'D:/projects/living/vagrant/production/berk/berk'.
我怎麼能處理呢?
用'--force'命令是否是最好的選擇? :D – StephenKing
使用'knife cookbook delete'從主廚服務器上刪除食譜。 – StephenKing