Documentation Index
Fetch the complete documentation index at: https://mintlify.com/SGizek/Raiku/llms.txt
Use this file to discover all available pages before exploring further.
raiku cache gives you visibility into and control over the local package store that Raiku maintains on disk. All packages installed by Raiku live under ~/.raiku/cache/ in a structured directory tree — raiku cache --info lets you see how much space they occupy, while raiku cache --clear wipes the entire store so you can start fresh. The cache path can be customised with raiku config set cache_dir.
Usage
Flags
| Flag | Short | Description |
|---|---|---|
--info | Show the cache path, installed package count, and total disk usage. | |
--clear | Remove the entire cache (prompts for confirmation unless --yes is set). | |
--yes | -y | Skip the confirmation prompt when using --clear. |
Cache directory structure
Raiku organises every cached package under a three-level hierarchy:raiku rollback and for side-by-side testing.
Examples
Sample output of raiku cache --info
Sample output of raiku cache --clear
raiku cache --clear removes installed packages but does not delete your configuration (~/.raiku/config.toml), trust list (~/.raiku/trusted.json), pin list (~/.raiku/pins.json), or the synced index (~/.raiku/index.json).