CLI Commands

cnquery bundle publish

Upload a local query pack to Mondoo Platform to make it available for scanning across your infrastructure.

cnquery bundle publish my-pack.mql.yaml

Override the version of each pack in the bundle:

cnquery bundle publish my-pack.mql.yaml --pack-version 1.2.0

Options

  -h, --help                  help for publish
      --pack-version string   Override the version of each pack in the bundle

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

On this page