メインコンテンツまでスキップ

Command line control over build status

Last updated on September 19, 2024

Overview

It has always been possible to set the status for your builds through ADT Hub, but we've now added the ability to do this from the command line. This enhances support for automated workflows where you want to manage this from your build machine. To make use of this, there is a new CLI command (shown below) called set-build-status which takes the build-status argument with the status you want to set.

C/C++

.\BlackBoxCLI.exe build set-build-status --build-status <build_status> --namespace <namespace> --apikey <your_apikey> --game-project <the_game_project_path>

Build Status Command Reference

CommandsDescriptions
--help,hPrint this help message and exit
--build-status TEXT (REQUIRED)Choose one: doNotUse, stable, notStable, stableWithNote, tbd, and unverified
--build-id TEXT (OPTIONAL)buildID that you want to add/change the status
---version-id TEXT (OPTIONAL)Override version id to be used