Usage
Options
URL of external pipeline worker RPC endpoint (e.g.,
http://localhost:8080/api).When specified, lists libraries from the remote worker instead of local storage.Examples
List Local Libraries
List Remote Libraries
Output
The command returns a JSON array of libraries with their versions:Output Fields
Name of the indexed library
Array of version objects for this library
Version identifier (e.g., “18.0.0”)
Number of documents indexed for this version
ISO 8601 timestamp of when this version was last updated
Use Cases
Check Available Libraries
Verify what documentation is available before searching:Verify Scraping Success
After scraping, confirm the library was indexed:Check Document Counts
Verify how many documents were indexed:Monitor Multiple Versions
Track different versions of the same library:Empty Index
If no libraries are indexed, the output is an empty array:Performance
Thelist command is fast and does not require embedding model initialization. It only queries metadata from the document store.
