Skip to main content
qlty cache clean [OPTIONS]
Delete the cache for the current project This will remove all cached results, logs, and debugging files for the current repository. It can be useful when debugging or to reclaim disk space. Stored files that are shared by the Qlty CLI between repositories, like installed plugins, are not affected by this command.

Examples

Clean the cache for the current repository
qlty cache clean

See Also