summaryrefslogtreecommitdiff
path: root/lib/chef/knife/cookbook_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/cookbook_create.rb')
-rw-r--r--lib/chef/knife/cookbook_create.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/knife/cookbook_create.rb b/lib/chef/knife/cookbook_create.rb
index 950de380f8..ccb78bb7a6 100644
--- a/lib/chef/knife/cookbook_create.rb
+++ b/lib/chef/knife/cookbook_create.rb
@@ -56,6 +56,10 @@ class Chef
:description => "Email address of cookbook maintainer"
def run
+ Chef::Log.deprecation <<EOF
+This command is being deprecated in favor of `chef generate cookbook` and will soon return an error.
+Please use `chef generate cookbook` instead of this command.
+EOF
self.config = Chef::Config.merge!(config)
if @name_args.length < 1
show_usage