diff options
author | John Keiser <jkeiser@opscode.com> | 2014-05-27 12:08:16 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-05-27 12:08:16 -0700 |
commit | 678b568eb29d8eae51a942e60a7b5e6786d69bdc (patch) | |
tree | 04ff0873c4a1ad1917f0efe1b058aeeae5db28f4 /DOC_CHANGES.md | |
parent | af4cbacda17b0029db547846566f5eba49967e7a (diff) | |
download | chef-678b568eb29d8eae51a942e60a7b5e6786d69bdc.tar.gz |
Add knife serve to changelog / doc changes
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
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. |