Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

File metadata and controls

26 lines (16 loc) · 1.02 KB

migration-tool

migration-tool is a CLI that orchestrates the execution of scripts.

Synopsis

migration-tool is a CLI that orchestrates the execution of bash scripts organized as steps.

It makes sure that the scripts are executed in the correct order and that the scripts are only executed if the script have not run before. To ensure consistency, the scripts are checked for unexecuted changes.

Options

  -o, --execution-log-file string   File where the execution log is written to. (default "execution-log.yaml")
      --folder string               Folder where the scripts and configurations file are located.
  -h, --help                        help for migration-tool

SEE ALSO