Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The use of query instead of test in your command is the cause of the error you see.

See:

Solution

When running your compliance rules, ensure that you use the compliance test command and not compliance query.

E.g.:

Code Block
languagebash
$> mettleci compliance test /
   -asset \folder /
   -rules \compliance_rules_folder /
   -report "\folder\output.csv"