Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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` instead. |
| `--help` | Displays the help screen. |

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