Note
Enterprise Live Migrations is in public preview and subject to change.
elm migration commands
| Command | Description |
|---|---|
elm migration create | Creates a new migration for a single source repository |
elm migration start --migration-id MIGRATION-ID | Starts a migration |
elm migration status --migration-id MIGRATION-ID | Shows the status, progress, cutover readiness, and timing of a migration |
elm migration list | Lists all migrations and their statuses |
elm migration cancel --migration-id MIGRATION-ID | Cancels a migration in progress |
elm migration cutover-to-destination --migration-id MIGRATION-ID | Initiates the final cutover, archiving the source repository and completing the migration |