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 diff answers the question “what would I gain by updating this package?”. It compares the version currently cached in ~/.raiku/cache/ against the latest entry in the local index, highlights whether an update is available, and renders the changelog from the installed version.yml so you can review what changed. This is especially useful before running raiku update — it lets you make an informed decision about whether to upgrade without committing to anything.
Usage
Arguments
| Argument | Description |
|---|---|
PACKAGE | Name of the package to compare (case-insensitive) |
What It Shows
| Section | Description |
|---|---|
| Installed version | The version currently cached locally |
| Latest version | The version recorded in ~/.raiku/index.json |
| Update available | Highlighted in green with an arrow when the index version is newer |
| Language & Author | Pulled from the index entry |
| Changelog (installed) | Bullet list from version.yml in the cached package directory |
Behavior
- Version comparison uses semantic versioning —
1.9.0is correctly identified as older than1.10.0. - If the package is not installed, the installed version displays as
not installedand the diff still shows the latest index entry. - If the package is not in the index, only cached metadata is shown.
- If both installed and index versions match, a green “up to date” message is printed instead of an update prompt.
raiku diff is read-only. It never installs, updates, or modifies anything. Run raiku update PACKAGE to apply an available upgrade.