Collections CLI Commandscomponent

clicollections
1 min read · Edit on Pyrite

Typer sub-app providing collection management commands under `pyrite collections`.

Commands:

  • `pyrite collections list` — list all collections with entry counts, KB name, and source type
  • `pyrite collections query "type:backlog_item status:proposed"` — ad-hoc inline query evaluation with result display
  • Registered in `pyrite/cli/__init__.py` as the `collections` subcommand.