Migration Toolkit
WIP
Installation
Section titled “Installation”# Install from Go modulesgo install github.com/instruqt/migration-toolkit@latest
# Or download binary from releases# https://github.com/instruqt/migration-toolkit/releases
Basic Usage
Section titled “Basic Usage”# Convert a legacy trackmigration-toolkit convert /path/to/legacy-track /path/to/output-lab
# Preview changes without writing filesmigration-toolkit convert --dry-run /path/to/legacy-track
# Convert with custom optionsmigration-toolkit convert --preserve-scripts --merge-challenges /path/to/track
Conversion Options
Section titled “Conversion Options”WIP
What Gets Converted
Section titled “What Gets Converted”Automatic Conversions
Section titled “Automatic Conversions”WIP
Manual Review Required
Section titled “Manual Review Required”WIP
Post-Conversion Steps
Section titled “Post-Conversion Steps”WIP