Skip to content

Commit cd1a7b9

Browse files
Merge pull request mendix#9184 from mikita-haurykau/solp/3157-mxexe-should-createv2-by-default
Added --use-mpr-format-v1 command line parameter
2 parents a95a39e + ec08104 commit cd1a7b9

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

  • content/en/docs/refguide/general/mx-command-line-tool

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ Use the following command pattern: `mx create-project [OPTIONS] [TEMPLATE-MPK-FI
2121

2222
These are the `OPTIONS`:
2323

24-
| Option | Default Value | Result |
25-
| --- | --- | --- |
26-
| `--app-name` | App | Assigns the specified app name to the app. |
27-
| `--help` | | Shows help for the `mx create-project` command and exits.|
28-
| `--language-code` | en_US | The default language of the app. |
29-
| `--output-dir` | Current directory | The directory in which to create the app. |
30-
| `--sprintr-app-id` | Optional | Associates the app [feedback features](/developerportal/app-insights/feedback/) with the provided [app](/developerportal/#my-apps) in **Apps**. The value is a GUID. When accessing the app in [Apps](https://sprintr.home.mendix.com/), this ID can be found in the browser's URL (for example, `1a428ea7-b00e-4166-9b23-20b7be88a40e`). |
24+
| Option | Default Value | Result |
25+
|------------------------|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26+
| `--app-name` | App | Assigns the specified app name to the app. |
27+
| `--help` | | Shows help for the `mx create-project` command and exits. |
28+
| `--language-code` | en_US | The default language of the app. |
29+
| `--use-mpr-format-v1` | MPRv2 | If specified, the app is created in MPRv1 format (otherwise, with MPRv2). |
30+
| `--output-dir` | Current directory | The directory in which to create the app. |
31+
| `--sprintr-app-id` | Optional | Associates the app [feedback features](/developerportal/app-insights/feedback/) with the provided [app](/developerportal/#my-apps) in **Apps**. The value is a GUID. When accessing the app in [Apps](https://sprintr.home.mendix.com/), this ID can be found in the browser's URL (for example, `1a428ea7-b00e-4166-9b23-20b7be88a40e`). |
3132

3233
`TEMPLATE-MPK-FILE` is an optional path to a Mendix app package *.mpk* file. If this argument is omitted, the app is created with a default empty project template.
3334

0 commit comments

Comments
 (0)