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 dir [OPTIONS]
Print the cache directory for the current project The Qlty CLI creates symlinks from within the repository’s top-level .qlty/ folder into a global ~/.qlty/ directory within the home directory. This command retrieves the global filesystem path to where those files are stores (a non-symlink path). For example:
/Users/username/.qlty/cache/repos/da4c81b6f6ee723c7f3c1490954ac29e

Examples

Print the cache directory for the current repository
qlty cache dir

See Also