Analysis
The Command LineMettleCI Command to run S2PX Asset Queries is…
Code Block | ||
---|---|---|
| ||
$> 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 | ||
---|---|---|
| ||
$> mettleci s2px convert -source-dsx "MyServerJobs.dsx" \ -target-dsx "MyParallelJobs.dsx" \ -config s2px_config.yaml |