CLI Commands
cnquery providers install
Manually install or update a provider to add connectivity to a specific asset type. This is useful in air-gapped environments or when you need a specific provider version. In most cases, cnquery automatically installs the providers it needs.
Install the latest version of the AWS provider:
cnquery providers install awsInstall a specific version of a provider:
cnquery providers install aws@9.2.0Install a provider from a local file (useful in air-gapped environments):
cnquery providers install --file /path/to/provider.tar.xzOptions
-f, --file string Install a provider via a file
-h, --help help for install
--url string Install a provider via a URLOptions 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
- cnquery providers - Providers add connectivity to all assets