tuist build xcode file list
Lists compiled files for a build.
Arguments#
build-id#
The ID of the build.
bash
tuistbuildxcodefilelist[build-id]project Optional#
The full handle of the project. Must be in the format of account-handle/project-handle.
bash
tuistbuildxcodefilelist--project[project]tuistbuildxcodefilelist-P[project]path Optional#
The path to the directory or a subdirectory of the project.
bash
tuistbuildxcodefilelist--path[path]tuistbuildxcodefilelist-p[path]target Optional#
Filter by target name.
bash
tuistbuildxcodefilelist--target[target]file-type Optional#
Filter by file type.
bash
tuistbuildxcodefilelist--file-type[file-type]sort-by Optional#
Sort by field (compilation_duration or path).
bash
tuistbuildxcodefilelist--sort-by[sort-by]page Optional#
The page number to fetch (1-indexed).
bash
tuistbuildxcodefilelist--page[page]page-size Optional#
The number of files per page. Defaults to 10.
bash
tuistbuildxcodefilelist--page-size[page-size]json Optional#
The output in JSON format.
bash
tuistbuildxcodefilelist--json