3. Usage

3.1. Build

Executes the project build in a given path.

Args:
param –path:the project root folder

Example:

abcd build --path /app

3.2. Inspect

Inspect the project file structure.

Args:
param –path:the project root folder

Example:

abcd inspect --path /app

3.3. Export

Gets the build output file path (APK files for anroid).

Args:
param –path:the project root folder

Example:

abcd export --path /app

3.4. Log

Reads the content of the build log files.

Args:
param –path:the project root folder
param –ctx:the log context (build, validate or all)

Example:

abcd log --path /app