跳至內容

tuist build xcode cache-task list

Lists cacheable tasks for a build.

Arguments#

build-id#

The ID of the build.

bash
tuistbuildxcodecache-tasklist[build-id]

project Optional#

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

bash
tuistbuildxcodecache-tasklist--project[project]
tuistbuildxcodecache-tasklist-P[project]

path Optional#

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

bash
tuistbuildxcodecache-tasklist--path[path]
tuistbuildxcodecache-tasklist-p[path]

status Optional#

Filter by cache status (hit_local, hit_remote, or miss).

bash
tuistbuildxcodecache-tasklist--status[status]

task-type Optional#

Filter by task type (clang or swift).

bash
tuistbuildxcodecache-tasklist--task-type[task-type]

page Optional#

The page number to fetch (1-indexed).

bash
tuistbuildxcodecache-tasklist--page[page]

page-size Optional#

The number of tasks per page. Defaults to 10.

bash
tuistbuildxcodecache-tasklist--page-size[page-size]

json Optional#

The output in JSON format.

bash
tuistbuildxcodecache-tasklist--json