lib_index
Build or refresh the KiCad library index and report its size and age. Use when automatic updates by lib_search are insufficient.
Instructions
Build or refresh the library index and report its size and age. Normally unnecessary: lib_search builds it on first use and refreshes changed libraries automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rebuild | No | Re-parse every library even if unchanged. | |
| project_path | No | A project directory or any file in it; the project's own libraries (its sym-lib-table and fp-lib-table) are included and shadow global ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| seconds | No | ||
| symbols | Yes | ||
| built_at | No | ||
| libraries | Yes | ||
| footprints | Yes | ||
| rebuilt_libraries | No |