tuist clean <clean-categories>
Clean all the data generated by Tuist. USAGE: tuist clean [<clean-categories> ...] [--path <path>]
Arguments
Name | Description |
---|
clean-categories | The cache and artifact categories to be cleaned. If no category is specified, everything is cleaned. (default: plugins, builds, tests, generatedAutomationProjects, projectDescriptionHelpers, manifests, dependencies) |
Options
Name | Description |
---|
--path, -p | The path to the directory that contains the project that should be cleaned |
plugins | Clean only the plugins cache generated by Tuist, example usage: 'tuist clean plugins': |
builds | Clean only the builds artifacts cache generated by Tuist, example usage: 'tuist clean builds': |
tests | Clean only the tests cache generated by Tuist, example usage: 'tuist clean tests': |
generatedAutomationProjects | Clean only the automation projects cache generated by Tuist, example usage: 'tuist clean generatedAutomationProjects': |
projectDescriptionHelpers | Clean only the project description helpers cache generated by Tuist, example usage: 'tuist clean projectDescriptionHelpers': |
manifests | Clean only the manifests cache generated by Tuist, example usage: 'tuist clean manifests': |