CLI Commands
cnquery bundle
Use cnquery bundle subcommands to create, validate, and publish query packs. Query packs are collections of MQL queries that cnquery uses to collect data from assets. These subcommands let you scaffold new packs, check them for errors, and upload them to Mondoo Platform.
Options
-h, --help help for bundleOptions 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 - cnquery CLI
- cnquery bundle init - Create an example query pack
- cnquery bundle lint - Apply style formatting to a query pack
- cnquery bundle publish - Add a user-owned query pack to Mondoo Platform