tuist cache list
Lists all the cache runs in a project.
Arguments
project Optional
Environment variable TUIST_CACHE_RUN_LIST_FULL_HANDLE
The full handle of the project. Must be in the format of account-handle/project-handle. If not provided, it will be read from the project's Tuist.swift.
bash
tuist cache list --project [project]
tuist cache list -P [project]path Optional
Environment variable TUIST_CACHE_RUN_LIST_PATH
The path to the directory or a subdirectory of the project.
bash
tuist cache list --path [path]
tuist cache list -p [path]git-branch Optional
Environment variable TUIST_CACHE_RUN_LIST_GIT_BRANCH
Filter cache runs by git branch.
bash
tuist cache list --git-branch [git-branch]json Optional
Environment variable TUIST_CACHE_RUN_LIST_JSON
The output in JSON format.
bash
tuist cache list --jsonno-json Optional
Environment variable TUIST_CACHE_RUN_LIST_JSON
The output in JSON format.
bash
tuist cache list --no-jsonhelp Optional
Show help information.
bash
tuist cache list -h
tuist cache list --help