CLI Commands

cnspec providers info

Show detailed information about one or more installed providers.

Show detailed information about one or more providers, including their connectors and the flags each connector accepts. Use this to discover how to connect to a specific asset type.

Show information about the AWS provider:

cnspec providers info aws

Show information about several providers at once:

cnspec providers info aws azure gcp

Output the information as JSON:

cnspec providers info aws --json

Options

  -h, --help   help for info
      --json   Output in JSON format

Options 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 output

SEE ALSO

On this page