diff --git a/get-started/feature-matrix.md b/get-started/feature-matrix.md index bbdc1e216..66abfaf3e 100644 --- a/get-started/feature-matrix.md +++ b/get-started/feature-matrix.md @@ -55,7 +55,7 @@ Following is an index of the features currently covered by CAP, with status and | Bind application to remote services | `cds bind` | | Debug your application | `cds debug` | | Login to multitenant SaaS application | `cds login ` | -| Upgrade SaaS tenant(s) to latest versions | `cds upgrade` | +| Upgrade SaaS tenant(s) to latest versions | `cds upgrade-tenant` | | Logout from multitenant SaaS application | `cds logout` | | Subscribe a tenant to a SaaS application | `cds subscribe ` | | Unsubscribe a tenant from a SaaS application | `cds unsubscribe ` | diff --git a/tools/cds-cli.md b/tools/cds-cli.md index 7191a514e..c71e8f1bd 100644 --- a/tools/cds-cli.md +++ b/tools/cds-cli.md @@ -771,112 +771,31 @@ For example: - In VS Code, use the _Debug: Attach to Node Process_ command. - In Chrome browser, just open [chrome://inspect](chrome://inspect) and click _Inspect_. - +> [!warning] Limitations +> Scans for breaking changes is pattern-based, likely includes false positives; require detailed investigation and manual review. Some breaking changes are not detectable automatically, for example, semantic-only issues or changes in behavior that do not affect the code structure.