跳至內容

tuist build xcode cas-output list

Lists CAS outputs for a build.

Arguments#

build-id#

The ID of the build.

bash
tuistbuildxcodecas-outputlist[build-id]

project Optional#

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

bash
tuistbuildxcodecas-outputlist--project[project]
tuistbuildxcodecas-outputlist-P[project]

path Optional#

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

bash
tuistbuildxcodecas-outputlist--path[path]
tuistbuildxcodecas-outputlist-p[path]

operation Optional#

Filter by operation (download or upload).

bash
tuistbuildxcodecas-outputlist--operation[operation]

output-type Optional#

Filter by output type (e.g. swift, object, swiftmodule, dSYM, llvm-bc).

bash
tuistbuildxcodecas-outputlist--output-type[output-type]

page Optional#

The page number to fetch (1-indexed).

bash
tuistbuildxcodecas-outputlist--page[page]

page-size Optional#

The number of outputs per page. Defaults to 10.

bash
tuistbuildxcodecas-outputlist--page-size[page-size]

json Optional#

The output in JSON format.

bash
tuistbuildxcodecas-outputlist--json