From 4e6db8afc6ab967a9871a1cbdfa30e78d3ef9e35 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sun, 24 Sep 2023 14:33:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20vsphere=20cli=20args?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/vsphere/config/config.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index ac8d71d3ac..59bc36cad1 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -11,14 +11,16 @@ import ( var Config = plugin.Provider{ Name: "vsphere", ID: "go.mondoo.com/cnquery/providers/vsphere", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { Name: "vsphere", - Use: "vsphere", + Use: "vsphere user@host", Short: "VMware vSphere", Discovery: []string{}, + MinArgs: 1, + MaxArgs: 1, Flags: []plugin.Flag{ { Long: "ask-pass",