Heex CLI
SDK build Ops
Usage
It builds the SDK. It also downloads 3rd party dependencies if not present on your system.
Subcommand | Description | Example |
---|---|---|
build | build the SDK. It also downloas 3rd party dependencies if not present in your system | ./heex sdk build |
clean | remove the 3rd party dependencies installed | ./heex sdk clean |
By default, all build operations uses 1 job. For faster operations, you can specify the number of parallels jobs with —jobs flag.