summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-03-28 16:36:52 -0700
committerBryan McLellan <btm@getchef.com>2014-03-28 16:36:52 -0700
commit433d8588d100dd7e99cb7a9eba3d869fe8a4d25b (patch)
tree463d8c95293b7c40df2b9f76223d6d399cc57eda /DOC_CHANGES.md
parent7595c07913139bc28eb360a9be05479f08247285 (diff)
downloadchef-433d8588d100dd7e99cb7a9eba3d869fe8a4d25b.tar.gz
CHEF-4203: Add documentation updates
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 1c1ee28c99..dff930ac09 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -30,6 +30,10 @@ Option similar to `-o` which sets or changes the run_list of a node permanently.
Running ```knife bootstrap -V -V``` will run the initial chef-client with a log level of debug.
+### knife cookbook test
+
+```knife cookbook test``` respects chefignore files when selecting which files to test.
+
### OHAI 7 Upgrade
Unless there are major issues, 11.12.0 will include OHAI 7. We already have ohai 7 docs in place. We probably need to add some notes to ohai 6 notes that one should now use the newer version when possible.