Skip to content

Commit a6aa5b6

Browse files
Note the pyld CLI in the unreleased changelog
1 parent e3c5ab8 commit a6aa5b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
strings to per-scheme loaders.
1111
- `pyld.ChoiceByTypeDocumentLoader`: a document loader that dispatches by Python
1212
input type (e.g. `pathlib.Path` vs `str`).
13+
- `pyld` command-line tool (`get`, `expand`, `cache clear`), installed via
14+
`pip install "PyLD[cli]"`, with remote contexts cached in a CLI-specific
15+
SQLite file (overridable via `--cache-file` / `PYLD_CACHE_FILE`).
1316

1417
### Changed
1518
- `SqliteCacheRequestsDocumentLoader` creates the SQLite cache file on first document load, not at construction time.

0 commit comments

Comments
 (0)