Skip to content

tuist build show

Shows information about a build.

Arguments

build-id

Environment variable TUIST_BUILD_SHOW_ID

The ID of the build to show.

bash
tuist build show [build-id]

project Optional

Environment variable TUIST_BUILD_SHOW_FULL_HANDLE

The full handle of the project. Must be in the format of account-handle/project-handle.

bash
tuist build show --project [project]
tuist build show -P [project]

path Optional

Environment variable TUIST_BUILD_SHOW_PATH

The path to the directory or a subdirectory of the project.

bash
tuist build show --path [path]
tuist build show -p [path]

json Optional

Environment variable TUIST_BUILD_SHOW_JSON

The output in JSON format.

bash
tuist build show --json

no-json Optional

Environment variable TUIST_BUILD_SHOW_JSON

The output in JSON format.

bash
tuist build show --no-json

help Optional

Show help information.

bash
tuist build show -h
tuist build show --help

Released under the MIT License.