summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-05-02 12:17:51 -0700
committerBryan McLellan <btm@getchef.com>2014-05-02 12:17:51 -0700
commit28f30348abf715c4d41ef3def5218c7e42d299ba (patch)
treeee3b7d7a1564bb830782d3714ecff93b685bb233 /DOC_CHANGES.md
parent8ab905c7985e7a65a81d33aff21a79c463dd92a9 (diff)
downloadchef-28f30348abf715c4d41ef3def5218c7e42d299ba.tar.gz
CHEF-1910: UPPER_DOCS updates
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index b1121e2bf4..76e9099c85 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -6,3 +6,9 @@ Example Doc Change:
Description of the required change.
-->
+#### New knife command: knife node environment set
+You can now easily set the environment for an existing node without editing the node object:
+
+```
+knife node environment set NODE ENVIRONMENT
+```