lib/chef/knife/winrm_base.rb in knife-windows-1.6.0 vs lib/chef/knife/winrm_base.rb in knife-windows-1.7.0
- old
+ new
@@ -114,9 +114,14 @@
option :session_timeout,
:long => "--session-timeout Minutes",
:description => "The timeout for the client for the maximum length of the WinRM session",
:default => 30
+
+ option :winrm_codepage,
+ :long => "--winrm-codepage Codepage",
+ :description => "The codepage to use for the winrm cmd shell",
+ :default => 65001
end
end
end
end
end