# tuist cache config Get remote cache configuration for your project. ## Arguments ### full-handle `Optional` The full handle of the project (account-handle/project-handle). If not provided, it is read from the project configuration. ```bash tuist cache config [full-handle] ``` ### json `Optional` **Environment variable** `TUIST_CACHE_CONFIG_JSON` Output the result in JSON format. ```bash tuist cache config --json ``` ### no-json `Optional` **Environment variable** `TUIST_CACHE_CONFIG_JSON` Output the result in JSON format. ```bash tuist cache config --no-json ``` ### force-refresh `Optional` **Environment variable** `TUIST_CACHE_CONFIG_FORCE_REFRESH` Force refresh the authentication token, ignoring any cached credentials. ```bash tuist cache config --force-refresh ``` ### no-force-refresh `Optional` **Environment variable** `TUIST_CACHE_CONFIG_FORCE_REFRESH` Force refresh the authentication token, ignoring any cached credentials. ```bash tuist cache config --no-force-refresh ``` ### path `Optional` **Environment variable** `TUIST_CACHE_CONFIG_PATH` The path to the directory containing the Tuist project. ```bash tuist cache config -p [path] tuist cache config --path [path] ``` ### url `Optional` **Environment variable** `TUIST_CACHE_CONFIG_SERVER_URL` The URL of the server. If not provided, it defaults to the Tuist server. ```bash tuist cache config --url [url] ```