tuist clean <clean-categories>

Clean all the data generated by Tuist. USAGE: tuist clean [<clean-categories> ...] [--path <path>]

Arguments

NameDescription
clean-categoriesThe cache and artifact categories to be cleaned. If no category is specified, everything is cleaned. (default: plugins, builds, tests, generatedAutomationProjects, projectDescriptionHelpers, manifests, dependencies)

Options

NameDescription
--path, -pThe path to the directory that contains the project that should be cleaned
pluginsClean only the plugins cache generated by Tuist, example usage: 'tuist clean plugins':
buildsClean only the builds artifacts cache generated by Tuist, example usage: 'tuist clean builds':
testsClean only the tests cache generated by Tuist, example usage: 'tuist clean tests':
generatedAutomationProjectsClean only the automation projects cache generated by Tuist, example usage: 'tuist clean generatedAutomationProjects':
projectDescriptionHelpersClean only the project description helpers cache generated by Tuist, example usage: 'tuist clean projectDescriptionHelpers':
manifestsClean only the manifests cache generated by Tuist, example usage: 'tuist clean manifests':