diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:58:23 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:58:23 -0700 |
commit | ade8c96713278a76a6306e923b63b4fd3ac9bd1d (patch) | |
tree | d4fc8527f550ecf8c6470cb974300936cca2f611 /RELEASE_NOTES.md | |
parent | 21bc8d3b655a94ebbdaa5243d46afd82d0fe9faf (diff) | |
download | chef-ade8c96713278a76a6306e923b63b4fd3ac9bd1d.tar.gz |
Contribution information for https://github.com/opscode/chef/pull/2170.sersut/contrib-pass
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43d500876c..1fdc51c6e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -330,3 +330,9 @@ RFC-017 has two great advantages: 2. It enables the configuring a custom lookup logic when Chef is attempting to find cookbook files. You can read more about this RFC [here](https://github.com/opscode/chef-rfc/blob/master/rfc017-file-specificity.md). + +## JSON output for `knife status` +`knife status` command now supports two additional output formats: + +1. `--medium`: Includes normal attributes in the output and presents the output as JSON. +1. `--long`: Includes all attributes in the output and presents the output as JSON. |