Versions Compared

Key

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

...

Code Block
languagebash
$> mettleci s2px convert help
MettleCI Command Line (build 161)
(C) 2018-2022 Data Migrators Pty Ltd
Was passed main parameter 'help' but no main parameter was defined
Usage: s2px convert [options]
  Options:
  * -config
       Path to server to parallel configuration file
  * -source-dsx
       Source DSX export to be converted from server to parallel
  * -target-dsx
       Target DSX that will contain all converted jobs

Command failed.

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

MettleCI Command Line (build 161)
(C) 2018-2022 Data Migrators Pty Ltd
Loading configuration
Preprocessing 'MyServerJobs.dsx'
Converting jobs
Decomposing MyParallelJobs
Translating MyParallelJobs
Done.

...