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`:
25
25
| --- | --- |
26
26
| ` -s, --include-snapshot ` | Includes a snapshot in the app package. |
27
27
| ` -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 ` . |
28
29
| ` --help ` | Displays the help screen. |
29
30
30
31
For ` TARGET-FILE ` , specify the * .mpr* app you want to export.
@@ -104,6 +105,7 @@ These are the `OPTIONS`:
104
105
| --- | --- |
105
106
| ` -s, --include-snapshot ` | Includes a snapshot in the app package. |
106
107
| ` -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 ` . |
107
109
| ` --help ` | Displays the help screen. |
108
110
109
111
For ` TARGET-FILE ` , specify the * .mpr* app you want to export.
You can’t perform that action at this time.
0 commit comments