CLI Commands

cnspec framework list

List available compliance frameworks in the connected Mondoo Platform space.

List the compliance frameworks available in your Mondoo Platform space to see which regulatory standards (such as SOC 2 or ISO 27001) you can track. Use the --all flag to include inactive frameworks.

cnspec framework list [flags]

Options

  -a, --all           List all frameworks, not only the active ones (applicable only for upstream)
  -f, --file string   Set the path to a local bundle file
  -h, --help          help for list

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")
  -v, --verbose            Enable verbose output

SEE ALSO

  • cnspec framework - Manage local and Mondoo Platform hosted compliance frameworks

On this page