Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt

Use this file to discover all available pages before exploring further.

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