Clean application.
Syntax
app clean -name <app-name>
Clean 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 clean built. |
Returns
Nothing. Build log will be printed on the console.
Examples
app clean -name helloworld
Clean Hello World application.