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 providers
--json Output in JSON formatOptions 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")
--logging-config string Path to a logging configuration file (YAML or JSON) that selects the log writer, level, and writer-specific options
-v, --verbose Enable verbose outputSEE ALSO
- cnspec - cnspec CLI
- cnspec providers delete - Remove an installed provider from disk
- cnspec providers info - Show detailed information about one or more providers
- cnspec providers install - Install or update a provider
- cnspec providers list - List all providers on the system
- cnspec providers resources - List resources or show resource details for a provider