Usage

It builds the SDK. It also downloads 3rd party dependencies if not present on your system.

SubcommandDescriptionExample
buildbuild the SDK. It also downloas 3rd party dependencies if not present in your system./heex sdk build
cleanremove 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.

./heex sdk build --jobs n

Getting Help

./heex sdk --help