Skip to content

Commit

Permalink
🐛 fix vsphere cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 24, 2023
1 parent d3f44c0 commit 4e6db8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions providers/vsphere/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4e6db8a

Please sign in to comment.