CLI Commands
cnspec providers
Manage cnspec providers that add connectivity to infrastructure assets such as cloud platforms, SaaS services, and operating systems.
Providers are plugins that give cnspec the ability to connect to and scan different types of infrastructure, such as cloud platforms (AWS, Azure, GCP), operating systems, SaaS services, and more. Use these subcommands to list installed providers or manually install specific ones. By default, cnspec automatically installs the required providers when you run a scan.
cnspec providers [flags]Options
-h, --help help for providersOptions inherited from parent commands
--api-proxy string Set the proxy for communications with Mondoo Platform API
--auto-update Enable automatic provider installation and update (default true)
--config string Set config file path (default $HOME/.config/mondoo/mondoo.yml)
--log-level string Set the log level: error, warn, info, debug, trace (default "info")
-v, --verbose Enable verbose outputSEE ALSO
- cnspec - cnspec CLI
- cnspec providers install - Install or update a provider
- cnspec providers list - List all providers on the system