A newer version of Platform is available.

View latest

DMT Command Reference

The DMT commands allow you to manage your migration.

The DMT commands have the following format:

dmt [command] [flags]

dmt start

Starts a new migration with the specified configuration.

Usage:

dmt start [dmt-config-path] [flags]

Parameters:

Parameter Required Description Default

--output-dir, -o

Optional

Output directory for the migration report.

Current working directory

--yes

Optional

If set, the migration starts immediately, without any confirmation.

false

dmt status

Displays the status of the currently running migration.

Usage:

dmt status [flags]

Parameters:

Parameter Required Description Default

--output-dir, -o

Optional

Output directory for the migration report.

Current working directory

dmt cancel

Cancels the migration.

Usage:

dmt cancel

dmt estimate

Estimates the duration of the migration using the specified configuration.

Usage:

dmt estimate [dmt-config-path]