Added docs for the Telerik CLI migrate command - #3198
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new documentation for the Telerik CLI migrate analyze workflow (WPF breaking-change analysis) and links it from existing upgrade-related docs.
Changes:
- Adds a new manual setup guide page documenting
telerik migrate analyzeusage and output formats. - Extends the Telerik CLI setup/reference page with the
migrate analyzecommand and a short “analyze before upgrade” section. - Cross-links the legacy Upgrade API Analyzer page to the CLI-based alternative.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| installation/manual-setup-guides/telerik-cli.md | Adds migrate analyze to the command table, adds a short usage section, and links to the new page. |
| installation/manual-setup-guides/telerik-cli-migrate-analyzer.md | New page describing migrate analyze prerequisites, examples, and output formats. |
| common-information/upgrade-api-analyzer.md | Adds a tip and See Also links pointing readers to the CLI alternative. |
Suppressed comments (1)
installation/manual-setup-guides/telerik-cli.md:285
- Same as above: the See Also link text says "migrate" generically, but the target page is specifically for
migrate analyze.
* [Detecting Breaking Changes with the Telerik CLI migrate Command]({%slug telerik-cli-migrate-analyzer%})
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| | `telerik login` | Authenticates with your Telerik account. Use `--no-browser` for manual authentication. | Run to store credentials for subsequent commands. | | ||
| | `telerik whoami` | Displays the currently logged-in Telerik user account email. | Run to verify your authentication state. | | ||
| | `telerik logout` | Logs out from the Telerik CLI. | Run to log out the credentials from your Telerik account. | | ||
| | `telerik migrate analyze --product wpf` | Scans a WPF project for Telerik API breaking changes between two versions. | Run before upgrading to see which of your usages need to change. | |
Comment on lines
+12
to
+16
| # Detecting Breaking Changes with the Telerik CLI migrate Command | ||
|
|
||
| The `migrate analyze` command of the [Telerik CLI]({%slug telerik-cli%}) scans your Telerik UI for WPF source code and reports API breaking changes between two product versions. Use it before upgrading a project to a newer Telerik release to find out which of your usages need to change. | ||
|
|
||
| ## Why Use the migrate Command |
|
|
||
| ## Analyze Breaking Changes When Upgrading | ||
|
|
||
| To scan a Telerik UI for WPF project for API breaking changes before upgrading to a newer version, use the `migrate analyze` command: |
| slug: telerik-cli-migrate-analyzer | ||
| tags: telerik,cli,migrate,analyze,breaking changes,upgrade,upgrading,wpf,command line | ||
| published: True | ||
| position: 5 |
| telerik migrate analyze --product wpf --project ./MyWpfApp.csproj | ||
| ``` | ||
|
|
||
| The command reports every affected file, the exact line and column, and guidance on how to update the code. For more usage examples and output formats, see [Detecting Breaking Changes with the Telerik CLI migrate Command]({%slug telerik-cli-migrate-analyzer%}). |
|
|
||
| ## See Also | ||
|
|
||
| * [Detecting Breaking Changes with the Telerik CLI migrate Command]({%slug telerik-cli-migrate-analyzer%}) |
DinkoK
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.