Skip to content

Commit

Permalink
Review of readme.md changes
Browse files Browse the repository at this point in the history
Review of "supported commands" table.
  • Loading branch information
jhornik committed May 19, 2019
1 parent f79daac commit 27288c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For background and detailed information, see the [Multi-Target Application Model
| version | `mbt -v` | Prints the Multi-Target Application Archive Builder tool version. | x
| help | `mbt -h` | Prints all the available commands.
| assemble | `mbt assemble` | Creates an MTA archive `.mtar` file from the module build artifacts according to the MTA deployment descriptor (`mtad.yaml` file). Runs the command in the directory where the `mtad.yaml` file is located. <br>**Note:** Make sure the path property of each module's `mtad.yaml` file points to the module's build artifacts that you want to package into the target MTA archive.
| init | `mbt init` | Generates the `Makefile.mta` file according to the MTA descriptor (`mta.yaml` file). <br> The `make` command uses the generated `Makefile.mta` file to package the MTA project. <br> Use the `mbt init` command with the following flags:<br><ul><li>`-s (--source)` the path to the MTA project; the current path is set as the default<br> Example: `mbt init -s C:/TestProject` <li>-t (--target) the path to the generated Makefile folder; the current path is set as the default <br> Example: `mbt init -t C:/TestFolder`<li>`-m (--mode)` the mode of the Makefile generation; supported values: "default" and "verbose"<br> Example: `mbt init -m default`
| init | `mbt init` | Generates the `Makefile.mta` file according to the MTA descriptor (`mta.yaml` file). <br> The `make` command uses the generated `Makefile.mta` file to package the MTA project. <br> Use the `mbt init` command with the following flags:<br><ul><li>`-s (--source)` is the path to the MTA project; the current path is set as the default.<br> Example: `mbt init -s C:/TestProject` <li>`-t (--target)` is the path to the generated Makefile folder; the current path is set as the default. <br> Example: `mbt init -t C:/TestFolder`<li>`-m (--mode)` is the mode of the Makefile generation; supported values are "default" and "verbose"<br> Example: `mbt init -m default`
<br>
For more information, see the command help output available via either of the following:

Expand Down

0 comments on commit 27288c5

Please sign in to comment.