跳至內容

tuist clean

Clean all the artifacts stored locally

Arguments#

clean-categories Optional#

Environment variableTUIST_CLEAN_CLEAN_CATEGORIES

The cache and artifact categories to be cleaned. If no category is specified, everything is cleaned.

bash
tuistclean[clean-categories]

remote Optional#

Environment variableTUIST_CLEAN_REMOTE

Clean the remote cache

bash
tuistclean--remote

no-remote Optional#

Environment variableTUIST_CLEAN_REMOTE

Clean the remote cache

bash
tuistclean--no-remote

path Optional#

Environment variableTUIST_CLEAN_PATH

The path to the directory that contains the project that should be cleaned.

bash
tuistclean--path[path]
tuistclean-p[path]