summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-12-07 09:52:02 -0800
committerTim Smith <tsmith@chef.io>2016-12-07 09:52:02 -0800
commit148e2b4e4fff4a51d43502ef38ae1c63a4380bb4 (patch)
treef383dce53542e046f035587e10a90f39461e1b68
parent5774227b29b5c80fc0cf19f2042b217627310c35 (diff)
downloadchef-tas50/notes.tar.gz
Add multiple client/nodes knife delete to release notestas50/notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 71161cb3da..25eae2954c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -38,4 +38,10 @@ Example:
end
```
+- You can now pass multiple nodes/clients to knife node delete or knife client delete operations.
+
+ ```bash
+ knife client delete client1,client2,client3
+ ```
+
## Highlighted bug fixes for this release: