cache clean

$qlty cache clean

Delete the Qlty cache for the current repository

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