glaciers-in-archives / snowman

A static site generator for SPARQL backends.
GNU Lesser General Public License v3.0
112 stars 11 forks source link

Split the `cache` CLI command into `clear` and `inspect` #96

Open Abbe98 opened 6 months ago

Abbe98 commented 6 months ago

Currently the top-level cache command is used both for inspecting a cached item and invalidating it:

Invalidate/clear: snowman cache countries.rq --invalidate

Inspect: snowman cache countries.rq

This should instead be split so that it reads better and is easier to document:

snowman cache clear countries.rq

snowman cache inspect countries.rq