跳至內容

tuist build gradle task list

Lists all tasks for a Gradle build.

Arguments#

build-id#

The ID of the Gradle build.

bash
tuistbuildgradletasklist[build-id]

project Optional#

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

bash
tuistbuildgradletasklist--project[project]
tuistbuildgradletasklist-P[project]

path Optional#

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

bash
tuistbuildgradletasklist--path[path]
tuistbuildgradletasklist-p[path]

outcome Optional#

Filter tasks by outcome (local_hit, remote_hit, up_to_date, executed, failed, skipped, no_source).

bash
tuistbuildgradletasklist--outcome[outcome]

page Optional#

The page number to fetch (1-indexed).

bash
tuistbuildgradletasklist--page[page]

page-size Optional#

The number of tasks per page. Defaults to 10.

bash
tuistbuildgradletasklist--page-size[page-size]

json Optional#

The output in JSON format.

bash
tuistbuildgradletasklist--json