You can build CLI binaries as follows:
make all version=1.0.0 \
manifests-version-tag=v1.0.0 \
core-version-tag=v1.0.0 \
core-ui-version-tag=v1.0.0
cli-version
is the version of the CLI, following SemVer, example: version=1.0.0
manifests-version-tag
is the release tag from manifests
core-version-tag
is the release tag from core
core-ui-version-tag
is the release tag from core-ui