diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2018-07-02 15:29:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 15:29:11 -0700 |
commit | a4b8940d2690eb92d54d7d56a0c638fca6f3808f (patch) | |
tree | e95c50fc220074f8cc6b9673f4694567fa639a24 /RELEASE_NOTES.md | |
parent | 3d712bcb59f7bd10ef1bdf2aec579879579c94df (diff) | |
download | chef-a4b8940d2690eb92d54d7d56a0c638fca6f3808f.tar.gz |
Update release notes for new command name
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a52f751201..4c3335fb96 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,13 +2,13 @@ This file holds "in progress" release notes for the current release under develo ## New `knife config` command -The `knife config` command has been added to help with debugging configuration +The `knife config get` command has been added to help with debugging configuration issues with `knife` and other tools that use the `knife.rb` file. With no arguments, it will display all options you've set: ```bash -$ knife config +$ knife config get Loading from configuration file /Users/.../.chef/knife.rb chef_server_url: https://... client_key: /Users/.../.chef/user.pem |