File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
content/en/docs/refguide/general/mx-command-line-tool Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ` instead. |
2829| ` --help ` | Displays the help screen. |
2930
3031For ` 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 ` instead. |
107109| ` --help ` | Displays the help screen. |
108110
109111For ` TARGET-FILE ` , specify the * .mpr* app you want to export.
You can’t perform that action at this time.
0 commit comments