From 678b568eb29d8eae51a942e60a7b5e6786d69bdc Mon Sep 17 00:00:00 2001 From: John Keiser Date: Tue, 27 May 2014 12:08:16 -0700 Subject: Add knife serve to changelog / doc changes --- DOC_CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'DOC_CHANGES.md') diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index e288c71972..9365cdddd2 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -6,6 +6,15 @@ Example Doc Change: Description of the required change. --> +### New knife command: knife serve +You can now run a persistent chef-zero against your local repository: + +``` +knife serve +``` + +knife serve takes --chef-zero-host=HOST, --chef-zero-port=PORT and --chef-repo-path=PATH variables. By default, it will do exactly the same thing as the local mode argument to knife and chef-client (-z), locating your chef-repo-path automatically and binding to port 8900. It will print the URL it is bound to so that you can add it to your knife.rb files. + ### --run-lock-timeout for chef-client and chef-solo You can now add a timeout for the maximum time a client run waits on another client run to finish. The default is to wait indefinitely. -- cgit v1.2.1