tuist cache warm
Warms the local and remote cache.
Arguments
path Optional
Environment variable TUIST_CACHE_PATH
The path to the directory that contains the project whose targets will be cached.
tuist cache warm --path [path]
tuist cache warm -p [path]configuration Optional
Environment variable TUIST_CACHE_CONFIGURATION
Configuration to use for binary caching.
tuist cache warm --configuration [configuration]
tuist cache warm -c [configuration]targets Optional
Environment variable TUIST_CACHE_TARGETS
A list of targets to cache. Those and their dependant targets will be cached. If no target is specified, all the project targets (excluding the external ones) and their dependencies will be cached.
tuist cache warm [targets]external-only Optional
Environment variable TUIST_CACHE_EXTERNAL_ONLY
If passed, the command doesn't cache the targets passed in the --targets argument, but only their dependencies
tuist cache warm --external-onlyno-external-only Optional
Environment variable TUIST_CACHE_EXTERNAL_ONLY
If passed, the command doesn't cache the targets passed in the --targets argument, but only their dependencies
tuist cache warm --no-external-onlygenerate-only Optional
Environment variable TUIST_CACHE_GENERATE_ONLY
When passed, it generates the project and skips warming the cache. This is useful for debugging purposes.
tuist cache warm --generate-onlyno-generate-only Optional
Environment variable TUIST_CACHE_GENERATE_ONLY
When passed, it generates the project and skips warming the cache. This is useful for debugging purposes.
tuist cache warm --no-generate-onlyprint-hashes Optional
Environment variable TUIST_CACHE_PRINT_HASHES
When passed, the hashes of the cacheable frameworks in the given project are printed.
tuist cache warm --print-hashesno-print-hashes Optional
Environment variable TUIST_CACHE_PRINT_HASHES
When passed, the hashes of the cacheable frameworks in the given project are printed.
tuist cache warm --no-print-hasheshelp Optional
Show help information.
tuist cache warm -h
tuist cache warm --help