Add metadata refresh command and jhalfs caching
This commit is contained in:
parent
3ce470e019
commit
12e6d41e58
5 changed files with 92 additions and 19 deletions
|
|
@ -120,6 +120,15 @@ cargo run --bin metadata_indexer -- \
|
|||
--dry-run
|
||||
```
|
||||
|
||||
Keep the jhalfs manifests current with:
|
||||
|
||||
```bash
|
||||
cargo run --bin metadata_indexer -- --base-dir . refresh
|
||||
```
|
||||
|
||||
Passing `--books mlfs,blfs` restricts the refresh to specific books, and
|
||||
`--force` bypasses the local cache.
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- [Architecture Overview](docs/ARCHITECTURE.md) – high-level tour of the crate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue