Skip to content

Added docs for the Telerik CLI migrate command - #3198

Merged
martinivanoff merged 1 commit into
masterfrom
martinivanoff/master/telerikcli-migrate
Aug 12, 2026
Merged

Added docs for the Telerik CLI migrate command#3198
martinivanoff merged 1 commit into
masterfrom
martinivanoff/master/telerikcli-migrate

Conversation

@martinivanoff

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 12, 2026 09:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 analyze usage and output formats.
  • Extends the Telerik CLI setup/reference page with the migrate analyze command 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%})
@martinivanoff
martinivanoff merged commit 719bec9 into master Aug 12, 2026
1 check passed
@martinivanoff
martinivanoff deleted the martinivanoff/master/telerikcli-migrate branch August 12, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants