Skip to content

Commit

Permalink
Add new format --tags option info
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Singh <[email protected]>
  • Loading branch information
Vivek Singh committed Jun 17, 2019
1 parent 9304dfc commit 6921e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/chef/knife/ec2_server_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@ def plugin_validate_options!
raise "The input provided is incorrect."
end
end

if config_value(:chef_tag)
ui.warn("[DEPRECATED] --chef-tag option is deprecated and will be removed in future release. Use --tags TAGS option instead.")
end
end

def tags
Expand Down

0 comments on commit 6921e31

Please sign in to comment.