summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-10-14 17:10:50 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-14 17:10:50 -0700
commitc0133308dd9944ceab74c9ffec6d433efe66e3fa (patch)
tree5ec67886a85c79aa1300fde3458f68633923817e
parent98cbff291136849403871b1b1d045bacf5d418c8 (diff)
downloadchef-154_release_notes.tar.gz
Add new knife supermarket list commands154_release_notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9327494fa8..e7e2088a37 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -16,6 +16,13 @@ Several improvements have been made to the `knife bootstrap` command to make it
- Single quotes in attributes during bootstrap no longer result in bootstrap failures
- The bootstrap command no longer appears in PS on the host while bootstrapping is running
+## knife supermarket list Improvements
+
+The `knife supermarket list` command now includes two new options:
+
+- `--sort-by [recently_updated recently_added most_downloaded most_followed]`: Sort cookbooks returned from the Supermarket API
+- `--owned_by`: Limit returned cookbooks to a particular owner
+
## Updated Resources
### chocolatey_package