From 0a396c5c0d11f51ae81bfee15adfaa45779b68da Mon Sep 17 00:00:00 2001 From: Emir Uner Date: Tue, 19 Aug 2025 14:37:00 +0200 Subject: [PATCH 1/2] Document new `skip-managed-dependency-sync` option --- content/en/docs/refguide/general/mx-command-line-tool/export.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/refguide/general/mx-command-line-tool/export.md b/content/en/docs/refguide/general/mx-command-line-tool/export.md index 7ad6071ab82..251616a6db4 100644 --- a/content/en/docs/refguide/general/mx-command-line-tool/export.md +++ b/content/en/docs/refguide/general/mx-command-line-tool/export.md @@ -25,6 +25,7 @@ These are the `OPTIONS`: | --- | --- | | `-s, --include-snapshot` | Includes a snapshot in the app package. | | `-d, --package-dir` | Exports the package to the directory. | +| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies. Use existing files in vendorlib instead. | | `--help` | Displays the help screen. | For `TARGET-FILE`, specify the *.mpr* app you want to export. @@ -104,6 +105,7 @@ These are the `OPTIONS`: | --- | --- | | `-s, --include-snapshot` | Includes a snapshot in the app package. | | `-d, --package-dir` | Exports the package to the directory. | +| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies, use existing files in `vendorlib`. | | `--help` | Displays the help screen. | For `TARGET-FILE`, specify the *.mpr* app you want to export. From 01fb65edd5e19f5195ecab1564891688885a1f5d Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:19:02 +0200 Subject: [PATCH 2/2] Small edit --- .../en/docs/refguide/general/mx-command-line-tool/export.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/general/mx-command-line-tool/export.md b/content/en/docs/refguide/general/mx-command-line-tool/export.md index 251616a6db4..fcfeb2f2486 100644 --- a/content/en/docs/refguide/general/mx-command-line-tool/export.md +++ b/content/en/docs/refguide/general/mx-command-line-tool/export.md @@ -25,7 +25,7 @@ These are the `OPTIONS`: | --- | --- | | `-s, --include-snapshot` | Includes a snapshot in the app package. | | `-d, --package-dir` | Exports the package to the directory. | -| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies. Use existing files in vendorlib instead. | +| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies; use existing files in `vendorlib` instead. | | `--help` | Displays the help screen. | For `TARGET-FILE`, specify the *.mpr* app you want to export. @@ -105,7 +105,7 @@ These are the `OPTIONS`: | --- | --- | | `-s, --include-snapshot` | Includes a snapshot in the app package. | | `-d, --package-dir` | Exports the package to the directory. | -| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies, use existing files in `vendorlib`. | +| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies; use existing files in `vendorlib` instead. | | `--help` | Displays the help screen. | For `TARGET-FILE`, specify the *.mpr* app you want to export.