Work with builds
List and download ready Builds with the CLI.
sh
quollvault builds list --app <app-uuid>
quollvault builds download <build-uuid>
quollvault builds download <build-uuid> --output ./artifacts/app.apkDownloads use a short-lived R2 capability. The CLI writes through a temporary file, requires the parent directory to exist and refuses to overwrite an existing target unless --force is supplied.
Expected result
A completed download is at the requested path and matches the server-provided checksum/size contract.
Common failures
404: Build is outside scope, absent or no longer readable.- output exists: choose another path or explicitly use
--force. - interrupted download: temporary state is cleaned rather than promoted to the final path.