Skip to content

Commit 108793c

Browse files
committed
Document new skip-managed-dependency-sync option
1 parent ba373f4 commit 108793c

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/refguide/general/mx-command-line-tool

1 file changed

+2
-0
lines changed

content/en/docs/refguide/general/mx-command-line-tool/export.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ These are the `OPTIONS`:
2525
| --- | --- |
2626
| `-s, --include-snapshot` | Includes a snapshot in the app package. |
2727
| `-d, --package-dir` | Exports the package to the directory. |
28+
| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies, use existing files in `vendorlib`. |
2829
| `--help` | Displays the help screen. |
2930

3031
For `TARGET-FILE`, specify the *.mpr* app you want to export.
@@ -104,6 +105,7 @@ These are the `OPTIONS`:
104105
| --- | --- |
105106
| `-s, --include-snapshot` | Includes a snapshot in the app package. |
106107
| `-d, --package-dir` | Exports the package to the directory. |
108+
| `-k, --skip-managed-dependency-sync` | Do not synchronize managed dependencies, use existing files in `vendorlib`. |
107109
| `--help` | Displays the help screen. |
108110

109111
For `TARGET-FILE`, specify the *.mpr* app you want to export.

0 commit comments

Comments
 (0)