Skip to content

Commit a1caf14

Browse files
authored
Merge pull request #10054 from emirmx/run/4669-update-mx-tool-docs
Document new `skip-managed-dependency-sync` option
2 parents e2cb9cd + 01fb65e commit a1caf14

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` instead. |
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` instead. |
107109
| `--help` | Displays the help screen. |
108110

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

0 commit comments

Comments
 (0)