Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

tuist hash cache

Returns the hashes that will be used to persist binaries of the graph in its current state to the cache.

Arguments

path Optional

Environment variable TUIST_HASH_CACHE_PATH

The path to the directory that contains the project whose targets will be cached.

bash
tuist hash cache --path [path]
tuist hash cache -p [path]

configuration Optional

Environment variable TUIST_HASH_CACHE_CONFIGURATION

The project configuration the cache binaries will be bound to.

bash
tuist hash cache --configuration [configuration]
tuist hash cache -c [configuration]

help Optional

Show help information.

bash
tuist hash cache -h
tuist hash cache --help

Released under the MIT License.