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 list gives you an at-a-glance overview of every package currently cached on your machine. It reads the local cache metadata stored under ~/.raiku/cache/ and renders a sorted table showing each package’s name, version, language, author, and installation date. Use --language to narrow the output to a single ecosystem, or --json to get a machine-readable array suitable for scripting, CI audits, or piping into other tools.
Usage
Flags
| Flag | Short | Description |
|---|---|---|
--language | -l | Filter the output to packages of one language only |
--json | — | Print a JSON array instead of the rich table |
Behavior
- Packages are sorted alphabetically by name.
- Each row includes the installation timestamp formatted as
YYYY-MM-DD. - If no packages are installed (or none match the language filter), a helpful message is printed suggesting
raiku install. - The total installed count is printed below the table.
raiku list reads only from the local cache — it does not require a network connection or a synced index.Examples
Sample Table Output
JSON Output Format
With--json, each element in the array includes all cached metadata fields: