What problem does it solve?
It prevents broken or incomplete Migration Tool CLI configurations by generating a complete, validated appsettings.json tailored to your KX13 → Xperience by Kentico migration plan.
Core Features & Use Cases
- Discovers infrastructure automatically (optional): Connection strings, CMS root paths, source instance URI, framework/NuGet compatibility signals, and workspace-root protocol placement when matching projects exist in the workspace.
- Converts migration-plan intent into correct settings: Supports ConvertClassesToContentHub, CreateReusableFieldSchemaForClasses, entity exclusions, custom module display name patterns, SEO/extended metadata, opt-in widget API discovery, field migrations, asset placement, and workspace targeting.
- Ensures operational correctness before output: Enforces semicolon-separated string requirements, correct nesting, exclusion completeness, and guards against common runtime pitfalls (e.g., placeholders, invalid protocol path placement, empty collections).
- Supports widget migration API discovery: Prepares ToolApiController deployment details when QuerySourceInstanceApi is needed and the user can enable it.
Quick Start
Ask the AI to run migrate-appsettings by providing your migration plan file path, and then output the generated appsettings.json to the Migration.Tool.CLI/appsettings.json location.