Skip to content

tuist cache config

Get remote cache configuration for your project.

Arguments

full-handle

The full handle of the project (account-handle/project-handle).

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

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]

help Optional

Show help information.

bash
tuist cache config -h
tuist cache config --help

Released under the MIT License.