Build application.
Syntax
app build -name <app-name>
Build the application specified by <app-name>
in the workspace. "-name" switch is optional, so <app-name>
can be specified directly, without using -name.
Options
Option | Description |
---|---|
-name <app-name>
|
Name of the application to be built. |
-all
|
Option to Build all the application projects. |
Returns
Nothing. Build log will be printed on the console.
Examples
app build -name helloworld
Build Hello World application.
app build -all
Build all the application projects in the workspace.