chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

[WIP] Remove knife bootstrap windows #478

Closed kvivek1115 closed 5 years ago

kvivek1115 commented 5 years ago

Description

Related PR

https://github.com/chef/knife-windows/pull/477

Check List

btm commented 5 years ago

we should probably keep knife windows bootstrap winrm and knife windows bootstrap ssh commands, but have them warn you to use knife bootstrap ... instead and then exit. that way it is immediately obvious the new command to type without searching the internet or looking at the docs.

kvivek1115 commented 5 years ago

@btm restore the knife windows bootstrap winrm and knife windows bootstrap ssh commands. And added the following fatal warning

FATAL: *knife windows bootstrap winrm*
 Core Chef now supports bootstrapping Windows systems without a knife plugin

 Use 'knife bootstrap -o winrm' instead.

 For more detail https://github.com/chef/chef/blob/master/RELEASE_NOTES.md#knife-bootstrap

Thanks

kvivek1115 commented 5 years ago

@btm Should I created separate PR for README doc updates As I missed it?