Versions Compared

Key

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

Analysis

The Command LineMettleCI Command to run S2PX Asset Queries is…

Code Block
languagebash
$> mettleci s2px analysis -param -param -paramcompliance query \
   -assets "MyServerJobs.isx" \
   -queries CustomerQueries \
   -report "MyServerJobs.csv"

Conversion

The MettleCI Command Lineto run S2PX conversion is…

Code Block
languagebash
$> mettleci s2px convert 
   -source-dsx "MyServerJobs.dsx" \
   -target-dsx "MyParallelJobs.dsx" \
   -config s2px_config.yaml