tuist cache show
Shows information about a cache run.
Arguments
cache-run-id
Environment variable TUIST_CACHE_RUN_SHOW_ID
The ID of the cache run to show.
bash
tuist cache show [cache-run-id]project Optional
Environment variable TUIST_CACHE_RUN_SHOW_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 show --project [project]
tuist cache show -P [project]path Optional
Environment variable TUIST_CACHE_RUN_SHOW_PATH
The path to the directory or a subdirectory of the project.
bash
tuist cache show --path [path]
tuist cache show -p [path]json Optional
Environment variable TUIST_CACHE_RUN_SHOW_JSON
The output in JSON format.
bash
tuist cache show --jsonno-json Optional
Environment variable TUIST_CACHE_RUN_SHOW_JSON
The output in JSON format.
bash
tuist cache show --no-jsonhelp Optional
Show help information.
bash
tuist cache show -h
tuist cache show --help