CLI Commands

cnquery run

Run an MQL query

Synopsis

Run an MQL query on the CLI and displays its results.

cnquery run [flags]

Options

      --ast                     Parse the query and return the abstract syntax tree (AST)
  -c, --command string          MQL query to execute in the shell
      --exit-1-on-failure       Exit with error code 1 if one or more query results fail
  -h, --help                    help for run
      --info                    Parse the query and provide information about it
      --inventory-file string   Set the path to the inventory file
  -j, --json                    Run the query and return the object in a JSON structure
      --parse                   Parse the query and return the logical structure
      --platform-id string      Select a specific target asset by providing its platform ID

Options inherited from parent commands

      --api-proxy string   Set 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 log level: error, warn, info, debug, trace (default "info")
  -v, --verbose            Enable verbose output

SEE ALSO

On this page